Loading MCP server directory, please wait...
Connect Claude and MCP clients to your Genudo workspace: audit, analyze agents, build pipelines.
npx @getmcp/cli add io.github.genudo-ai/genudo_mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GENUDO_API_KEYYour Genudo API key (Settings → API Keys).
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_API_KEY": "",
"GENUDO_BASE_URL": "",
"GENUDO_ALLOW_INSECURE_SSL": ""
}
}
}
}