Skip to content
Zed

algorand mcp for Zed

io.github.mrfentmen/algorand-mcp

Algorand chain status from the public indexer. No key required.

client:Zed transport:stdio runtime:npm

Install algorand mcp in Zed

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

{
  "context_servers": {
    "algorand-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/algorand-mcp"
      ]
    }
  }
}

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

algorand mcp in other clients