Loading MCP server directory, please wait...
Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.
npx @getmcp/cli add io.github.genudo-ai/genudo_mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GENUDO_TOKENYour Genudo token (API Keys & Tokens → Create token, mcp:use scope), sent as a Bearer token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.genudo-ai/genudo_mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "",
"GENUDO_BASE_URL": "",
"GENUDO_ALLOW_INSECURE_SSL": ""
}
}
}
}