Skip to content
Zed

destiny2 mcp for Zed

io.github.mrfentmen/destiny2-mcp

Bungie Destiny 2 API: player search, profiles, characters, milestones, manifest.

client:Zed transport:stdio runtime:npm

Install destiny2 mcp in Zed

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

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

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

destiny2 mcp in other clients