HomeCommunication › cognigy-ai-mcp-management-server

cognigy-ai-mcp-management-server

MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents

TypeScript
★ 2 stars Last pushed 2026-09-21 License: MIT

Topics: Conversational AI

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "cognigy-ai-mcp-management-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "COGNIGY_BASE_URL": "<YOUR_VALUE>",
        "COGNIGY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • COGNIGY_BASE_URL required — Cognigy API base URL (e.g., https://api-trial.cognigy.ai)
  • COGNIGY_API_KEY required secret — Your Cognigy API key (from My Profile → API Keys)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry