MCP Server
MCP
io.github.TsvetanG2/cognigy-ai-mcp-management-server
MCP server for Cognigy.AI - 132 tools to build, configure & operate conversational AI agents
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "cognigy-ai-mcp-management-server",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Cognigy API base URL (e.g., https://api-trial.cognigy.ai)",
"isRequired": true,
"format": "string",
"name": "COGNIGY_BASE_URL"
},
{
"description": "Your Cognigy API key (from My Profile → API Keys)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "COGNIGY_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment