Skip to content
Cursor

Genudo for Cursor

io.github.genudo-ai/genudo_mcp

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

client:Cursor transport:stdio runtime:npm

Install Genudo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "genudo_mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "genudo-mcp-client"
      ],
      "env": {
        "GENUDO_TOKEN": "<GENUDO_TOKEN>",
        "GENUDO_BASE_URL": "<GENUDO_BASE_URL>",
        "GENUDO_ALLOW_INSECURE_SSL": "<GENUDO_ALLOW_INSECURE_SSL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Genudo in other clients