Skip to content
Zed

devrant mcp for Zed

io.github.mrfentmen/devrant-mcp

Developer rants from devRant. No key required.

client:Zed transport:stdio runtime:npm

Install devrant mcp in Zed

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

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

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

devrant mcp in other clients