← All servers

OneDroid Synapse

ai.onedroid/synapse v1.0.2
Official Registry other

Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.

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 synapse --transport http https://synapse.onedroid.ai/hub/{hub}/mcp
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "synapse": {
      "url": "https://synapse.onedroid.ai/hub/{hub}/mcp"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "synapse": {
      "serverUrl": "https://synapse.onedroid.ai/hub/{hub}/mcp"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "synapse": {
      "type": "http",
      "url": "https://synapse.onedroid.ai/hub/{hub}/mcp"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "synapse": {
      "url": "https://synapse.onedroid.ai/hub/{hub}/mcp"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "synapse": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://synapse.onedroid.ai/hub/{hub}/mcp"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
streamable-http https://synapse.onedroid.ai/hub/{hub}/mcp none
streamable-http https://synapse.onedroid.ai/mcp
Authorization: •••••• (required)

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/ai.onedroid--synapse/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