Skip to content
Cursor

mcp krs for Cursor

io.github.matematicsolutions/mcp-krs

MCP server for the Polish KRS company registry via the official Ministry of Justice API.

client:Cursor transport:stdio runtime:npm

Install mcp krs in Cursor

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

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

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

mcp krs in other clients