Skip to content
Zed

Genudo for Zed

io.github.genudo-ai/genudo_mcp

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

client:Zed transport:stdio runtime:npm

Install Genudo in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "genudo_mcp": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Genudo in other clients