Integrations
Zed
Connect CCPEDIA to Zed's context server config.
Open Zed settings
On macOS press Cmd+, to open ~/.config/zed/settings.json.
Add the context_servers block
{
"context_servers": {
"ccpedia": {
"url": "https://ccpedia.xyz/mcp"
}
}
}Reload
Cmd+Shift+P, then run zed: reload settings.
Zed connects to streamable HTTP servers directly. No stdio bridge needed.