Integrations
Claude Code (CLI)
Add CCPEDIA tools to your shell sessions via Anthropic's terminal CLI.
The fastest path is the claude mcp add command. No manual JSON.
Local scope (default, quickest)
From inside your project's working tree:
claude mcp add --transport http ccpedia https://ccpedia.xyz/mcpPrivate to you, this project only. Nothing gets committed.
Project scope (shared with your team)
claude mcp add --transport http ccpedia \
--scope project https://ccpedia.xyz/mcpWrites to project-root .mcp.json, so it's shared with anyone who clones the repo.
User scope (all your projects)
claude mcp add --transport http ccpedia \
--scope user https://ccpedia.xyz/mcpVerify
claude mcp listccpedia should appear with ✓ connected.
Usage
Inside Claude Code, tools are namespaced as mcp__ccpedia__<tool>. You rarely need to type the name. Just ask in plain English.