Genudo for Claude Desktop
io.github.genudo-ai/genudo_mcp
Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.
client:Claude Desktop
transport:stdio
runtime:npm
Install Genudo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"genudo_mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs