Skip to content
Zed

maproll for Zed

io.maproll/maproll

Make production-ready static maps. Every map is a URL you can embed anywhere.

client:Zed transport:stdio runtime:npm

Install maproll in Zed

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

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

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

maproll in other clients