Genudo
About
Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GENUDO_TOKEN GENUDO_BASE_URL GENUDO_ALLOW_INSECURE_SSLClaude Code
claude mcp add --env GENUDO_TOKEN= --env GENUDO_BASE_URL= --env GENUDO_ALLOW_INSECURE_SSL= genudo-mcp -- npx genudo-mcp-client
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"genudo-mcp","command":"npx","args":["genudo-mcp-client"],"env":{"GENUDO_TOKEN":"","GENUDO_BASE_URL":"","GENUDO_ALLOW_INSECURE_SSL":""}}'
JSON
{
"mcpServers": {
"genudo-mcp": {
"command": "npx",
"args": [
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "",
"GENUDO_BASE_URL": "",
"GENUDO_ALLOW_INSECURE_SSL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.