Skip to content
Zed

opendota mcp for Zed

io.github.mrfentmen/opendota-mcp

Dota 2 heroes, match details, and player stats from OpenDota. No key required.

client:Zed transport:stdio runtime:npm

Install opendota mcp in Zed

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

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

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

opendota mcp in other clients