Skip to content
Cursor

stackguide mcp for Cursor

io.github.isucorp-taimiralain/stackguide-mcp

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

client:Cursor transport:stdio runtime:npm

Install stackguide mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stackguide mcp in other clients