Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksMDXApache-2.0Actualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/UnityNodes/ccpedia
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/UnityNodes/ccpedia and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# CCPEDIA

**The Canton Network knowledge platform.** Open source, no auth, one MCP endpoint.

Live at [ccpedia.xyz](https://ccpedia.xyz) · Docs at [docs.ccpedia.xyz](https://docs.ccpedia.xyz) · MCP at [ccpedia.xyz/mcp](https://ccpedia.xyz/mcp)

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![MCP](https://img.shields.io/badge/MCP-endpoint-8A2BE2)](https://ccpedia.xyz/mcp)
[![MCP tools](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpedia.xyz%2Fapi%2Fv1%2Fsources&query=%24.mcp_tools_count&label=mcp%20tools&color=8A2BE2)](https://docs.ccpedia.xyz/tools/overview)
[![Live sources](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpedia.xyz%2Fapi%2Fv1%2Fsources&query=%24.count&label=live%20sources)](https://ccpedia.xyz/api/v1/sources)
[![REST endpoints](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fccpedia.xyz%2Fapi%2Fv1%2Fsources&query=%24.rest_endpoint_count&label=rest%20endpoints&color=informational)](https://ccpedia.xyz/api/v1/reference)

CCPEDIA continuously syncs every official Canton surface (forum, GitHub, docs, CIPs, mailing lists, videos, dev fund, ecosystem registry, validator calendar, app metrics) and serves it to AI agents through one MCP endpoint and a REST API. No key, no signup, read only.

## One-click install

[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_MCP-0098FF?style=for-the-badge&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ccpedia&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fccpedia.xyz%2Fmcp%22%7D)
[![Install in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_MCP-24bfa5?style=for-the-badge&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ccpedia&quality=insiders&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fccpedia.xyz%2Fmcp%22%7D)
[![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](cursor://anysphere.cursor-deeplink/mcp/install?name=ccpedia&config=eyJ1cmwiOiJodHRwczovL2NjcGVkaWEueHl6L21jcCJ9)

## Connect your AI tool in 60 seconds

**Claude Code**

```bash
claude mcp add --transport http ccpedia https://ccpedia.xyz/mcp
```

**Claude Desktop, Cursor, Windsurf, Zed, or any MCP client.** Drop this into your client's MCP config:

```json
{
  "mcpServers": {
    "ccpedia": {
      "url": "https://ccpedia.xyz/mcp"
    }
  }
}
```

Full per-client guides: [Claude Desktop](https://docs.ccpedia.xyz/integrations/claude-desktop) · [Claude Code](https://docs.ccpedia.xyz/integrations/claude-code) · [Cursor](https://docs.ccpedia.xyz/integrations/cursor) · [Windsurf](https://docs.ccpedia.xyz/integrations/windsurf) · [Zed](https://docs.ccpedia.xyz/integrations/zed) · [Any MCP client](https://docs.ccpedia.xyz/integrations/generic).

Interactive setup wizard: [ccpedia.xyz/for-ai](https://ccpedia.xyz/for-ai).

## What you get

Counts are on the badges above, read live from the API. They are deliberately
not repeated in this text: every place that hardcoded them drifted apart, and a
README on GitHub cannot render live values.

- **MCP tools** across 10 categories: search, CIPs, forum, mailing lists, docs, YouTube, ecosystem, validators, dev fund, releases. Full catalog: [docs.ccpedia.xyz/tools/overview](https://docs.ccpedia.xyz/tools/overview).
- **Live data sources** synced every 5 minutes to 24 hours depending on cadence. Live list: [ccpedia.xyz/api/v1/sources](https://ccpedia.xyz/api/v1/sources).
- **Canton design patterns** for the questions we see most (SV operations, DAML fundamentals, token standards, governance, debugging). Index: [docs.ccpedia.xyz/patterns/overview](https://docs.ccpedia.xyz/patterns/overview).
- **REST API** with an OpenAPI 3.1 spec: [ccpedia.xyz/api/v1/reference](https://ccpedia.xyz/api/v1/reference).

Ask it "how do I build a token on Canton?" and it returns the actual CIP template code with citations, not a paraphrase.

## What's in this repository

The public documentation site published at [docs.ccpedia.xyz](https://docs.ccpedia.xyz).

```
content/docs/       MDX source for the docs site
  integrations/     Per-client setup guides
  tools/            MCP tool reference, grouped by category
  patterns/         Canton design recipes
  api-reference/    REST endpoint documentation
  operations/       Data sources, sync cadences, live status
app/, components/   Fumadocs 16 site (Next.js 16, React 19, Tailwind 4)
.mcp.json           Copy-paste MCP config that clients auto-detect
llms.txt            AI-agent map of this repository
SHOWCASE.md         Real examples of CCPEDIA answering faster than humans
```

## Contribute

- **Fix a typo, sharpen a page, add an example.** Edit any `.mdx` under `content/docs/` and open a PR. CI type checks and builds it; a maintainer deploys after merge.
- **Wrong or outdated answer.** Open an issue with the tool name, your prompt, and what CCPEDIA returned.
- **Propose a new data source.** Open an issue with the source URL and why the ecosystem needs it indexed.

Details: [CONTRIBUTING.md](CONTRIBUTING.md).

Auto-generated pages under `content/docs/tools/` and `content/docs/patterns/` are synced from the main service and get overwritten on the next sync. Edit the source in the CCPEDIA service repo instead.

## Security

Read only, no auth, no PII, no writes. See [SECURITY.md](SECURITY.md) for the threat model and how to report an issue.

## License

Apache 2.0. See [LICENSE](LICENSE).

Lo que la gente pregunta sobre ccpedia

¿Qué es UnityNodes/ccpedia?

+

UnityNodes/ccpedia es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala ccpedia?

+

Puedes instalar ccpedia clonando el repositorio (https://github.com/UnityNodes/ccpedia) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar UnityNodes/ccpedia?

+

UnityNodes/ccpedia aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene UnityNodes/ccpedia?

+

UnityNodes/ccpedia es mantenido por UnityNodes. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a ccpedia?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ccpedia en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: UnityNodes/ccpedia
[![Featured on ClaudeWave](https://claudewave.com/api/badge/unitynodes-ccpedia)](https://claudewave.com/repo/unitynodes-ccpedia)
<a href="https://claudewave.com/repo/unitynodes-ccpedia"><img src="https://claudewave.com/api/badge/unitynodes-ccpedia" alt="Featured on ClaudeWave: UnityNodes/ccpedia" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ccpedia