Skip to content
Zed

conduitAI for Zed

io.github.akbaraziz/conduitai

Search, browse, and install MCP servers, agents, skills, and plugins from conduitAI.

client:Zed transport:stdio runtime:npm

Install conduitAI 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": {
    "conduitai": {
      "command": "npx",
      "args": [
        "-y",
        "@conduitai-app/mcp-server"
      ],
      "env": {
        "CONDUITAI_TOKEN": "<CONDUITAI_TOKEN>"
      }
    }
  }
}

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

conduitAI in other clients