Skip to content
VS Code

GTD Brain for VS Code

com.gtdbrain/gtd-brain

Getting Things Done (GTD) board: capture to Inbox, next actions by context, projects, waiting-for.

client:VS Code transport:streamable-http

Install GTD Brain in VS Code

.vscode/mcp.json

{
  "servers": {
    "gtd-brain": {
      "type": "http",
      "url": "https://mcp.gtdbrain.com/api/gtdbrain/v1/mcp"
    }
  }
}

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

GTD Brain in other clients