Skip to content
Zed

digimon mcp for Zed

io.github.mrfentmen/digimon-mcp

Digimon encyclopedia lookup from the free Digimon API.

client:Zed transport:stdio runtime:npm

Install digimon mcp in Zed

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

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

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

digimon mcp in other clients