Setup
- Claude Code
- Claude.ai / Claude Desktop
- Cursor
- VS Code (Copilot)
- Other tools
--scope project) to share the connection with your team via .mcp.json, or keep the default local scope for just yourself.When to use MCP vs the other doc channels
| Channel | Best for |
|---|---|
| MCP server (this page) | The latest published docs; agents working outside a scaffolded project; questions the installed skills don’t cover |
@spree/docs npm package | Fast local reads inside a project — no network round-trip, works offline, pinned to what you installed |
| Agent skills | Conventions and how-to knowledge the agent should apply without searching at all |
In create-spree-app projects the generated
AGENTS.md and CLAUDE.md already points agents at the local @spree/docs package first — MCP complements it for anything newer than your installed docs version.
