Skip to content
VS Code

headless tracker for VS Code

io.github.tamaspetki/headless-tracker

Read-only MCP server: your AI sees your crypto portfolio, never your keys. Not financial advice.

client:VS Code transport:stdio runtime:npm

Install headless tracker in VS Code

.vscode/mcp.json

{
  "servers": {
    "headless-tracker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "headless-tracker"
      ]
    }
  }
}

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

headless tracker in other clients