CCPEDIAdocs
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/mcp

Private 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/mcp

Writes 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/mcp

Verify

claude mcp list

ccpedia 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.

Claude Code MCP docs ↗

Troubleshooting

On this page