Skip to content
Zed

cli2mcp for Zed

io.github.ronieneubauer/cli2mcp

Wrap any CLI as a Model Context Protocol server - schema auto-inferred from --help.

client:Zed transport:stdio runtime:npm

Install cli2mcp in Zed

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

{
  "context_servers": {
    "cli2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cli2mcp"
      ]
    }
  }
}

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

cli2mcp in other clients