Integrations
JetBrains
Add CCPEDIA to AI Assistant in IntelliJ, PyCharm, WebStorm and other JetBrains IDEs (2025.2+).
Open MCP settings
Settings, then Tools, then AI Assistant, then Model Context Protocol (MCP).
Add a server
Click Add, choose HTTP as the transport, then paste:
{
"mcpServers": {
"ccpedia": {
"url": "https://ccpedia.xyz/mcp"
}
}
}Set the scope and confirm
Choose whether the server is available globally or only in the current project, then OK, then Apply.
JetBrains AI Assistant MCP docs ↗