Your agent can query this map
One command connects Claude Code, Cursor, Codex — any MCP client — to 203 curated repos and every human-reviewed relationship, with the why written down.
Claude Code
claude mcp add stackmap -- npx -y @ship-with-ai/stackmap-mcp
Cursor (.cursor/mcp.json)
{ "mcpServers": { "stackmap": { "command": "npx", "args": ["-y", "stackmap-mcp"] } } }Codex CLI (~/.codex/config.toml)
[mcp_servers.stackmap] command = "npx" args = ["-y", "stackmap-mcp"]
What it answers
- search_catalog — “What’s on the map for local voice transcription?”
- get_repo — “Tell me about langgraph — including when NOT to use it.”
- get_alternatives — “What replaces crewai, and when do I pick which?”
- continue_stack — “I use langgraph + chroma — what pairs well next?”
Every answer opens with the catalog version (currently v2026.07.24) and quotes the curator’s written why — including when not to use a tool.
Nothing to trust blindly
- No auth, no state, no telemetry — the server reads this site’s public JSON API and nothing else.
- Public source — Ship-With-AI/stackmap-mcp, ~150 lines, CI-tested, published to npm with provenance.
- Human-reviewed data — nothing on the map auto-publishes; the refusal and dismissal ledgers are public.
Prefer raw JSON? /api/catalog.json · per-repo at /api/repos/<slug>.json · llms.txt