Skip to content
VS Code

mcp saos for VS Code

io.github.matematicsolutions/mcp-saos

MCP server for Polish court judgments via the SAOS API with verifiable citations.

client:VS Code transport:stdio runtime:npm

Install mcp saos in VS Code

.vscode/mcp.json

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

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

mcp saos in other clients