CTnP MCP Server for Zed
io.github.jitsmaster/ctnp-mcp
Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.
client:Zed
transport:stdio
runtime:npm
Install CTnP MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ctnp-mcp": {
"command": "npx",
"args": [
"-y",
"@ingeniux/ctnp-mcp"
],
"env": {
"CTNP_API_URL": "<CTNP_API_URL>",
"CTNP_CMS_URL": "<CTNP_CMS_URL>",
"CTNP_BEARER_TOKEN": "<CTNP_BEARER_TOKEN>",
"CTNP_CMS_USER_ID": "<CTNP_CMS_USER_ID>",
"CTNP_CMS_USER_NAME": "<CTNP_CMS_USER_NAME>",
"CTNP_CMS_GROUP_IDS": "<CTNP_CMS_GROUP_IDS>",
"CTNP_CONNECTION_ID": "<CTNP_CONNECTION_ID>",
"CTNP_TIMEOUT_MS": "<CTNP_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs