Skip to content
Zed

Manifold for Zed

io.github.nonchan7720/manifold

MCP gateway aggregating MCP servers and OpenAPI/Swagger REST APIs behind one MCP endpoint

client:Zed transport:stdio runtime:oci

Install Manifold 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": {
    "manifold": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nonchan7720/manifold:v1.15.0"
      ],
      "env": {
        "ENCRYPT_KEY": "<ENCRYPT_KEY>",
        "SERVER_NAME": "<SERVER_NAME>"
      }
    }
  }
}

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

Manifold in other clients