Skip to content
Cursor

mcp nsa for Cursor

io.github.matematicsolutions/mcp-nsa

MCP server for Polish administrative court rulings (NSA/WSA) via CBOSA with citations.

client:Cursor transport:stdio runtime:npm

Install mcp nsa in Cursor

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

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

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

mcp nsa in other clients