Model Context Protocol

Connect Your AI Agent to Open Source Cloud

Use the Model Context Protocol (MCP) to make all available open source tools and components accessible to your AI agent.

Perform complex tasks through natural language - no technical expertise required.

Remote MCP Endpoint

Use the following URL to connect your AI agent to Open Source Cloud:

https://ai.svc.prod.osaas.io/mcp

This endpoint provides access to all essential MCP tools.

What You Can Do

All Open Source Tools

Access the complete catalog of 500+ open source tools and components available on OSC.

Natural Language Interface

Perform complex tasks through plain language descriptions without requiring technical expertise.

Seamless Authentication

Authenticate once through the OSC web interface and your AI agent handles the rest.

Multi-Platform Support

Works with Claude Desktop, Claude Code, VS Code, Codex, and other MCP-compatible tools.

Example Prompts

Set up a PostgreSQL database for my application
Create a Redis cache instance
Deploy a transcoding workflow for my files
Spin up a monitoring dashboard

How to Connect

Choose your preferred AI tool and follow the setup instructions below.

Claude Desktop

Connect OSC to Claude Desktop app for a seamless AI assistant experience.

Setup Steps:

  1. 1Download Claude for Desktop for macOS or Windows
  2. 2Go to Settings β†’ Connectors β†’ "Add custom connector"
  3. 3Name the connector (e.g., "OSC") and enter the MCP URL
  4. 4Click "Connect" and authenticate through the OSC web interface

Claude Code

Connect OSC with Claude Code CLI for terminal-based AI assistance.

Setup Steps:

  1. 1Run the add command to register the MCP server
  2. 2Start Claude Code
  3. 3Connect to the MCP using the /mcp command

Commands

Add the MCP server:

$ claude mcp add --transport http osc https://ai.svc.prod.osaas.io/mcp

Start Claude Code:

$ claude

Connect to the MCP:

> /mcp osc
Alternative: Personal Access Token

If 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>"
      }
    }
  }
}

VS Code

Integrate OSC tools directly into your VS Code development environment.

Setup Steps:

  1. 1Open View β†’ Command Palette
  2. 2Search for "MCP" and select "Add server"
  3. 3Choose HTTP transport
  4. 4Enter the MCP URL and name your connector
  5. 5Authenticate when prompted

Codex

Connect Codex to leverage OSC tools in your development workflow.

Setup Steps:

  1. 1Add the configuration to your Codex settings
  2. 2Replace the bearer token with your personal access token
  3. 3Restart Codex to apply the changes

Configuration

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.

Authentication Required

All platforms require OSC account authorization before your AI agent can execute actions on your behalf. Sign up for a free account to get started.

Create Free Account

Ready to Supercharge Your AI Agent?

Connect to Open Source Cloud today and unlock the full potential of open source media tools with your favorite AI assistant.