Skip to content
Zed

mcp isap for Zed

io.github.matematicsolutions/mcp-isap

MCP server for Polish legislation (Dziennik Ustaw / Monitor Polski) via Sejm ELI API.

client:Zed transport:stdio runtime:npm

Install mcp isap in Zed

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

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

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

mcp isap in other clients