Connect Claude, Copilot, Codex, or ChatGPT to 200+ managed open source services. Start databases, pipelines, and applications through natural language.
Experience OSC + AI in your browser. No local setup, no configuration.
Our web-based AI agent gives you instant access to all 200+ OSC services. Perfect for exploring capabilities before setting up IDE integration.
Want local dev experience?
Choose an IDE integration below for seamless development workflow.
Tiered example prompts for every skill level
Access the complete OSC infrastructure through natural language
Databases, storage, caching, message queues
Deploy and manage complete applications
AI-powered architecture planning and optimization
Get expert guidance on building complex architectures
Flexible plans that grow with your projects
100 tokens total
20 tokens/day
50 tokens/day
Choose your preferred AI tool and follow the setup instructions below.
Connect OSC to Claude Desktop app for a seamless AI assistant experience.
Connect OSC with Claude Code CLI for terminal-based AI assistance.
Add the MCP server:
$ claude mcp add --transport http osc https://ai.svc.prod.osaas.io/mcpStart Claude Code:
$ claudeConnect to the MCP:
> /mcp oscIf browser authentication fails, use a personal access token from Settings/API:
{
"mcpServers": {
"osc": {
"type": "http",
"url": "https://ai.svc.prod.osaas.io/mcp",
"headers": {
"Authorization": "Bearer <personal-access-token>"
}
}
}
}Integrate OSC tools directly into your VS Code development environment.
Connect Codex to leverage OSC tools in your development workflow.
experimental_use_rcmp_client = true
[mcp_servers.osc]
url = "https://ai.svc.prod.osaas.io/mcp"
bearer_token = "<replace_with_your_personal_access_token>"Get your personal access token from the OSC Settings/API page.
Connect ChatGPT to OSC using Developer Mode for AI-powered automation.
Give your Claude Code agent access to OSC tools in CI/CD workflows.
name: Claude Code with OSC
on:
issues:
types: [opened, labeled]
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
analyze:
if: contains(github.event.issue.labels.*.name, 'claude')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create OSC MCP Config
run: |
cat > /tmp/osc-mcp-config.json << EOF
{
"mcpServers": {
"osc": {
"type": "http",
"url": "https://ai.svc.prod.osaas.io/mcp",
"headers": {
"Authorization": "Bearer ${{ secrets.OSC_ACCESS_TOKEN }}"
}
}
}
}
EOF
- uses: anthropics/claude-code-action@v1
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_args: |
--mcp-config /tmp/osc-mcp-config.json
--allowedTools "mcp__osc__list-available-services,\
mcp__osc__get-service-schema,\
mcp__osc__get-service-endpoints,\
mcp__osc__list-my-services,\
mcp__osc__list-service-instances,\
mcp__osc__describe-service-instance,\
mcp__osc__create-service-instance,\
mcp__osc__delete-service-instance,\
mcp__osc__call-service-endpoint,\
mcp__osc__get-logs-for-instance,\
mcp__osc__create-database,\
mcp__osc__create-storage-bucket,\
mcp__osc__list-objects-on-bucket,\
mcp__osc__ask-osc-architect,\
mcp__osc__get-mcp-help"Store your OSC personal access token as a repository secret. Never commit tokens directly in workflow files.
Use OSC services directly in Cursor IDE with AI-powered coding assistance.
Integrate OSC into Windsurf IDE for seamless AI-assisted development.
Connect to Open Source Cloud today and unlock the full potential of open source media tools with your favorite AI assistant.