Skip to content
VS Code

stackguide mcp for VS Code

io.github.taimiralain/stackguide-mcp

Dynamic context loading for AI assistants with TDD workflow and AST analysis

client:VS Code transport:stdio runtime:npm

Install stackguide mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "stackguide-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ]
    }
  }
}

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

stackguide mcp in other clients