mcp saos for Cursor
io.github.matematicsolutions/mcp-saos
MCP server for Polish court judgments via the SAOS API with verifiable citations.
client:Cursor
transport:stdio
runtime:npm
Install mcp saos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-saos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-saos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs