Skip to content
VS Code

mcp nsa for VS Code

io.github.matematicsolutions/mcp-nsa

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

client:VS Code transport:stdio runtime:npm

Install mcp nsa in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp nsa in other clients