← All servers

OrchestKit Docs MCP

io.github.yonatangross/orchestkit v8.77.1
Official Registry search git security

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over streamable-http

Run in your terminal
claude mcp add orchestkit --transport http https://orchestkit.yonyon.ai/api/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "orchestkit": {
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "orchestkit": {
      "serverUrl": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "orchestkit": {
      "type": "http",
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "orchestkit": {
      "url": "https://orchestkit.yonyon.ai/api/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "orchestkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://orchestkit.yonyon.ai/api/mcp"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://orchestkit.yonyon.ai/api/mcp none

Packages

oci ghcr.io/yonatangross/orchestkit-docs-mcp:8.77.1

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.yonatangross--orchestkit/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent