Chat is the new command line. Deploy 200+ managed open source services through natural language — no dashboards, no YAML, no clicking. Just describe what you need and your AI agent provisions real infrastructure.
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
Ready-to-use prompts that build complete applications. Just paste into your AI agent and watch it work.
Create a complete e-commerce application with product catalog, shopping cart, and PostgreSQL database.
Set up a complete video streaming pipeline with transcoding, packaging, and a web player.
Build a conversational AI backend with REST API, database persistence, and session caching.
Go from zero to a deployed full-stack application using Claude Code and Open Source Cloud.
Start the TutorialYour AI agent does not just write code. With OSC MCP, it deploys infrastructure too — databases, applications, pipelines — all through conversation. And every service is portable open source.
Tell your AI agent what you need. It provisions real infrastructure in seconds — no YAML, no consoles, no manual steps.
Every service is an unmodified open source project. Move to any cloud or on-premises at any time.
Databases, caches, CDNs, applications, monitoring, AI tools — all available through a single MCP connection.
Other tools let you prototype in a sandbox. OSC MCP deploys real infrastructure from the start.
One command connects your AI agent to 200+ managed open source services. Your agent provisions infrastructure as you code.
Need a token? Sign up free at app.osaas.io
Databases, storage, queues — deployed by describing what you need.
Point your agent at any repo. OSC builds, deploys, and gives you a URL.
An expert assistant that knows every OSC service and designs your architecture.
No sandbox-to-production migration. What you build is already live.
Run a single command in your terminal: claude mcp add --transport http osc https://mcp.osaas.io/mcp. For Cursor, VS Code, or other tools, add the MCP server URL https://mcp.osaas.io/mcp in your MCP configuration with a Bearer token from your free OSC account at app.osaas.io. Once connected, your AI agent can discover and deploy any of 200+ managed open source services through natural language.
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://mcp.osaas.io/mcpStart Claude Code:
$ claudeConnect to the MCP:
> /mcpIf browser authentication fails, use a personal access token from Settings/API:
{
"mcpServers": {
"osc": {
"type": "http",
"url": "https://mcp.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.
# ~/.codex/config.toml
[mcp_servers.osc]
url = "https://mcp.osaas.io/mcp"
bearer_token_env_var = "OSC_ACCESS_TOKEN"The bearer_token_env_var field references the name of an environment variable — never embed your token directly in config files.
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://mcp.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.
// .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
{
"mcpServers": {
"osc": {
"url": "https://mcp.osaas.io/mcp",
"headers": {
"Authorization": "Bearer <your-personal-access-token>"
}
}
}
}Get your personal access token from app.osaas.io → Settings → API. Replace <your-personal-access-token> with your actual token.
Integrate OSC into Windsurf IDE for seamless AI-assisted development.
// ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"osc": {
"serverUrl": "https://mcp.osaas.io/mcp",
"headers": {
"Authorization": "Bearer <your-personal-access-token>"
}
}
}
}Get your personal access token from app.osaas.io → Settings → API. Replace <your-personal-access-token> with your actual token.
Your MCP server, production-ready in minutes. HTTPS, SSE, auto-scaling — no DevOps required.
Any Node.js, Python, or Wasm MCP server. Just point us to your repo.
Get a public URL like https://{app}.auto.prod.osaas.io/mcp — share it with anyone.
Your code stays yours. Deploy anywhere, no vendor lock-in.
Connect to Open Source Cloud today and unlock the full potential of open source media tools with your favorite AI assistant.
Last updated: March 2026