Skip to content
Windsurf

CTnP MCP Server for Windsurf

io.github.jitsmaster/ctnp-mcp

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

client:Windsurf transport:stdio runtime:npm

Install CTnP MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

CTnP MCP Server in other clients