← Index

io.github.isucorp-taimiralain/stackguide-mcp

io.github.isucorp-taimiralain/stackguide-mcp·v4.1.3·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "stackguide-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "stackguide-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stackguide/mcp-server"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @stackguide/mcp-server
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other