Skip to content
VS Code

context pod for VS Code

io.github.heidiec/context-pod

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

client:VS Code transport:sse

Install context pod in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-pod": {
      "type": "sse",
      "url": "https://context.nervousmachine.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

context pod in other clients