Skip to content
Zed

guru mcp for Zed

io.github.mrfentmen/guru-mcp

Guru knowledge base search and collections.

client:Zed transport:stdio runtime:npm

Install guru mcp in Zed

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

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

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

guru mcp in other clients