Skip to main content

Connect JSON and stdio clients

Use this MCP URL:
https://mcp.ocoya.com

JSON-based clients

Many MCP clients accept a JSON configuration shaped like this:
{
  "mcpServers": {
    "ocoya": {
      "url": "https://mcp.ocoya.com"
    }
  }
}
If your client asks for a transport, choose HTTP or streamable HTTP.

Stdio-only clients

If a client only supports stdio MCP servers, bridge the remote HTTP server with mcp-remote:
npx -y mcp-remote https://mcp.ocoya.com
Use the command above as the stdio server command in that client.

Verify access

Ask the client:
Do you have access to the Ocoya MCP tools?
Then try:
List my Ocoya workspaces.