Cognigy.AI Management MCP

by tsvetang2

Not rated
GitHub

About

MCP server for Cognigy.AI - 132 tools that let Claude, Cursor & other AI assistants build, configure, test & operate conversational AI agents via the Model Context Protocol.

Details

Author
tsvetang2
Categories
Developer Tools, Other, AI

Setup

Install Cognigy.AI Management MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/tsvetang2/cognigy-ai-mcp-management-server

Follow the installation instructions in the repository README, then restart your MCP client.

MCP server for Cognigy.AI - 132 tools that let Claude, Cursor & other AI assistants build, configure, test & operate conversational AI agents via the Model Context Protocol.

Model Context Protocol server for managing Cognigy.AI virtual agents through the Management API

This is an independent, open-source MCP server and is not affiliated with, endorsed by, or sponsored by Cognigy or NiCE. It requires your own valid Cognigy.AI account and API key, used in accordance with Cognigy's commercial license terms. "Cognigy" and "Cognigy.AI" are trademarks of their respective owners.

cognigy-ai-mcp-management-serveris a local MCP server that enables AI coding assistants (Claude, Cursor, etc.) to build, configure, test, and operateCognigy.AIconversational AI agents programmatically.

Instead of clicking through the Cognigy UI, you can now:

- Create and manage flows, nodes, and intents via natural language
- Run NLU training and regression tests automatically
- Deploy snapshots and packages across environments
- Configure LLMs, Knowledge AI, and integrations

Built for:Developers, solution architects, and SI partners who build on Cognigy.AI.

- Node.js20.0.0 or higher
- Cognigy.AI accountwith API access (Trial, SaaS, or on-premises)
- API Keygenerated from Cognigy UI (My Profile → API Keys)

# 1. Install the Cognigy REST API client (required peer dependency) npm install @cognigy/rest-api-client # 2. Install this MCP server npm install -g cognigy-ai-mcp-management-server

Important:The@cognigy/rest-api-clientpackage is licensed under "Cognigy Proprietary License". By installing it, you agree to Cognigy's license terms.

Set environment variables before running:

# Required: Your Cognigy API endpoint export COGNIGY_BASE_URL=https://api-trial.cognigy.ai # Required: Your API key (never commit this!) export COGNIGY_API_KEY=your-api-key-here # Optional: Default project for operations export COGNIGY_DEFAULT_PROJECT_ID=your-project-id

Add to~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows):

{ "mcpServers": { "cognigy": { "command": "npx", "args": ["cognigy-ai-mcp-management-server"], "env": { "COGNIGY_BASE_URL": "https://api-trial.cognigy.ai", "COGNIGY_API_KEY": "your-api-key-here" } } } }
{ "mcpServers": { "cognigy": { "command": "npx", "args": ["cognigy-ai-mcp-management-server"], "env": { "COGNIGY_BASE_URL": "https://api-trial.cognigy.ai", "COGNIGY_API_KEY": "your-api-key-here" } } } }
{ "mcpServers": { "cognigy": { "command": "npx", "args": ["cognigy-ai-mcp-management-server"], "env": { "COGNIGY_BASE_URL": "https://api-trial.cognigy.ai", "COGNIGY_API_KEY": "your-api-key-here" } } } }

This server provides132 MCP toolsorganized by domain:

- Safe by default:All mutating tools usedryRun: trueby default
- Async-aware:Long-running operations poll until completion
- Security:API keys only in memory, secrets automatically redacted
- Pagination:All list operations supportlimitandskip

Run against Prism mock server (no Cognigy account needed):

# Terminal 1: Start mock server npm run mock # Terminal 2: Run tests npm test
# Create .env from template cp .env.example .env # Edit .env with your credentials # Run development server npm run dev
npm run build # Compile TypeScript npm test # Run test suite (49 tests) npm run lint # Check code style

If you need to update the generated types from a newer Cognigy API:

npm run update:spec # Download latest OpenAPI spec npm run gen:types # Regenerate TypeScript types

This package requires@cognigy/rest-api-clientas apeer dependency. This means:
- You must install it separately(see Installation above)
- You accept Cognigy's license termsby installing their package
- We do not bundle or redistributeany Cognigy code

- Reviewing and accepting Cognigy's proprietary license terms
- Having appropriate rights to use the Cognigy API
- Keeping your API credentials secure

The Cognigy REST API client is the official SDK maintained by Cognigy GmbH and is published on npm under "Cognigy Proprietary License".

This MCP server is released under theMIT License. SeeLICENSEfor details.

Note: The MIT license applies only to this MCP server code. Dependencies (particularly@cognigy/rest-api-client) are subject to their own licenses.
- Fork the repository
- Create a feature branch (git checkout -b feature/amazing-feature)
- Follow existing code patterns (Zod schemas, dryRun flags, etc.)
- Add tests for new tools
- Runnpm test && npm run buildbefore committing
- Submit a Pull Request

- All tools must have Zod input validation
- Mutating tools must supportdryRunflag (default: true)
- Tool descriptions should be LLM-friendly (1-2 sentences)
- Never log or expose API keys/secrets
- Test against mock server before live API

- Issues:GitHub Issues
- Cognigy Docs:
docs.cognigy.com
- MCP Spec:
modelcontextprotocol.io

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.

A demonstration server for ActionKit, providing access to Slack actions via Claude Desktop.

MCP server that lets Claude Code agents delegate tasks to agents in other project directories, with parallel dispatch, sessions, and async jobs.

Anchor Browser (https://anchorbrowser.io) is secure infrastructure for computer-use agents — stealth cloud browsers, authentication, captcha bypass, and a hosted MCP server for Cursor, Claude, and Windsurf.

Open-source Claude Code plugin replacing Read/Grep/Edit/Bash with token-efficient versions. Independently benchmarked at 57% token reduction on real codebases. 40 MCP tools.

Connects Blender to Claude AI via the Model Context Protocol (MCP), enabling direct interaction and control for prompt-assisted 3D modeling, scene creation, and manipulation.

Context-optimized security plugin for Claude Code that builds architecture maps and redacts secrets.

Charon gives AI clients scoped, auditable access to Lethe memory. connect to Chatgpt or Claude to store memories locally.

Score CLAUDE.md/AGENTS.md, validate clarx-manifest.json, generate CI workflows, and pull repo scan findings into Cursor, Claude, or Grok.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.