Skip to content
Zed

mcpvessel docs for Zed

io.github.okedeji/mcpvessel-docs

mcpvessel agent io.github.okedeji/mcpvessel-docs

client:Zed transport:stdio runtime:oci

Install mcpvessel docs in Zed

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

{
  "context_servers": {
    "mcpvessel-docs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/okedeji/mcpvessel-docs:0.1.2"
      ]
    }
  }
}

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

mcpvessel docs in other clients