Skip to content
VS Code

AllocContext for VS Code

io.github.alloccontext/alloc-context

Self-host MCP: portfolio crypto context for agents. PyPI stdio; MIT.

client:VS Code transport:stdio runtime:pypi

Install AllocContext in VS Code

.vscode/mcp.json

{
  "servers": {
    "alloc-context": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "alloc-context"
      ]
    }
  }
}

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

AllocContext in other clients