mcpbeat

Genudo MCP Server

by genudo-ai
local only

Genudo runs on your own machine — the client starts it, so there is no endpoint to ping. 339 installs a week from npm. Last commit 28 Jul 2026.

Build & manage Genudo AI agents for any messaging channel — pipelines, integrations, knowledge.

Installs per day peak 619 · avg 107 · +8% w/w
a month agotoday
339
Installs / week
npm · genudo-mcp-client
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add genudo_mcp -- npx -y genudo-mcp-client
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "genudo_mcp": {
      "args": [
        "-y",
        "genudo-mcp-client"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.genudo_mcp]
command = "npx"
args = ["-y", "genudo-mcp-client"]
.cursor/mcp.json
{
  "mcpServers": {
    "genudo_mcp": {
      "args": [
        "-y",
        "genudo-mcp-client"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "genudo_mcp": {
      "args": [
        "-y",
        "genudo-mcp-client"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Genudo

same job, measured the same way
Kernal MCP
by pintomatic

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

21 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

30 installs/wk local only
Chatflow
by yersat

WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.

answering
Nex
by nex-crm

Organizational context & memory for AI agents. Connect 100+ tools into one knowledge graph.

36 installs/wk local only
Agent Knowledge
by keshrath

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

107 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

57 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

144 installs/wk local only
Sekichi
by surp-renz

Knowledge accumulation for AI coding agents. Records decisions, problems, and insights as context.

answering

Genudo — questions

Answers built from our own checks of this server.

Why is there no uptime for Genudo?
Genudo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package genudo-mcp-client was installed 339 times last week.
How do I connect Genudo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls genudo-mcp-client straight from npm; nothing to host, nothing to sign up for.
How many people use Genudo?
The npm package genudo-mcp-client was installed 339 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Genudo open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.