Skip to content
Cursor

mcp isap for Cursor

io.github.matematicsolutions/mcp-isap

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

client:Cursor transport:stdio runtime:npm

Install mcp isap in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp isap in other clients