← workbench

Docs on tap, GitHub via gh

Context7 covers version-pinned docs for the long tail, so there are no per-framework servers. GitHub access is the gh CLI, not an MCP server — it's already authenticated and adds no tool-list bloat.

claude mcp add --scope user context7 -- npx -y @upstash/context7-mcp
claude mcp add --transport http deepwiki https://mcp.deepwiki.com/mcp

Also VS Code (.vscode/mcp.json) and Codex (~/.codex/config.toml) — per-client blocks in .agents/mcp/.

{
  "mcpServers": {
    "context7": { "command": "npx", "args": ["-y", "@upstash/context7-mcp"] },
    "deepwiki": { "type": "http", "url": "https://mcp.deepwiki.com/mcp" }
  }
}