CCPEDIAdocs
Integrations

Cline

Add CCPEDIA as a remote MCP server in the Cline VS Code extension.

Open the MCP settings

In VS Code, open the Cline panel, then MCP Servers, then Remote Servers.

Add the CCPEDIA server

{
  "mcpServers": {
    "ccpedia": {
      "type": "streamableHttp",
      "url": "https://ccpedia.xyz/mcp",
      "disabled": false,
      "autoApprove": []
    }
  }
}

Use it

Ask Cline a Canton question directly. It calls CCPEDIA tools automatically when relevant.

The type field matters. Without "type": "streamableHttp", Cline falls back to the legacy SSE transport instead of the HTTP transport CCPEDIA actually serves.

Cline MCP docs ↗

Troubleshooting

On this page