Genudo
Rank #9,208io.github.genudo-ai/genudo_mcp
Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.
Genudo is a Model Context Protocol (MCP) server published by genudo-ai. It ranks #9,208 of 132,046 servers tracked on MCP Toplist. Genudo is listed across 2 registries — Official MCP and PulseMCP, with 11 tracked versions. It was first listed on Jul 4, 2026 and most recently updated on Jul 28, 2026.
Ranks ahead of 122,838 of 132,046 servers on MCP Toplist.
Use Genudo
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add genudo-mcp -e "GENUDO_TOKEN=<your GENUDO_TOKEN>" -e "GENUDO_BASE_URL=<your GENUDO_BASE_URL>" -e "GENUDO_ALLOW_INSECURE_SSL=<your GENUDO_ALLOW_INSECURE_SSL>" -- npx -y genudo-mcp-clientReplace each placeholder with your own value before saving.
[mcp_servers.genudo-mcp]
command = "npx"
args = ["-y", "genudo-mcp-client"]
[mcp_servers.genudo-mcp.env]
GENUDO_TOKEN = "<your GENUDO_TOKEN>"
GENUDO_BASE_URL = "<your GENUDO_BASE_URL>"
GENUDO_ALLOW_INSECURE_SSL = "<your GENUDO_ALLOW_INSECURE_SSL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genudo-mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<your GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<your GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<your GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genudo-mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<your GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<your GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<your GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"genudo-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<your GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<your GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<your GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genudo-mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<your GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<your GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<your GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genudo-mcp": {
"command": "npx",
"args": [
"-y",
"genudo-mcp-client"
],
"env": {
"GENUDO_TOKEN": "<your GENUDO_TOKEN>",
"GENUDO_BASE_URL": "<your GENUDO_BASE_URL>",
"GENUDO_ALLOW_INSECURE_SSL": "<your GENUDO_ALLOW_INSECURE_SSL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.genudo-ai%2Fgenudo_mcp)<a href="https://mcptoplist.com/server/io.github.genudo-ai%2Fgenudo_mcp"><img src="https://mcptoplist.com/badge/io.github.genudo-ai%2Fgenudo_mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
genudo-ai
Available versions (11)
| Version | Published |
|---|---|
| 2.5.0 | Jul 28, 2026 |
| 2.4.0 | Jul 21, 2026 |
| 2.3.2 | Jul 16, 2026 |
| 2.3.1 | Jul 16, 2026 |
| 2.2.1 | Jul 9, 2026 |
| 2.2.0 | Jul 9, 2026 |
| 2.1.0 | Jul 9, 2026 |
| 1.1.1 | Jul 5, 2026 |
| 1.1.0 | Jul 4, 2026 |
| 1.0.2 | Jul 4, 2026 |
| 1.0.0 | Jul 4, 2026 |
Frequently asked questions
- Who maintains Genudo?
- Genudo is maintained by genudo-ai, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Genudo listed on the Official MCP Registry?
- Yes — Genudo is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Genudo have?
- MCP Toplist tracks 11 versions of Genudo, most recently published on Jul 28, 2026.
- Where can I find the source code for Genudo?
- The source code for Genudo is hosted at github.com/genudo-ai/genudo_mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.