← All servers

context-pod

io.github.heidiEC/context-pod v1.0.0
Official Registry git

Persistent context for AI agents built fromlearned vectors with certainty scores.

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 sse

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

Remote endpoints

TransportURLAuth headers
sse https://context.nervousmachine.com/mcp
Authorization:

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.heidiEC--context-pod/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