MCP Server
MCP
Genudo
Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "genudo-mcp-client",
"version": "2.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Genudo token (API Keys & Tokens → Create token, mcp:use scope), sent as a Bearer token.",
"isRequired": true,
"isSecret": true,
"name": "GENUDO_TOKEN"
},
{
"description": "Base URL for self-hosted Genudo instances. Defaults to https://api.genudo.ai.",
"name": "GENUDO_BASE_URL"
},
{
"description": "Set to true to allow self-signed certificates (local development only).",
"name": "GENUDO_ALLOW_INSECURE_SSL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment