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
{
"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