Skip to content
VS Code

mcp krs for VS Code

io.github.matematicsolutions/mcp-krs

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

client:VS Code transport:stdio runtime:npm

Install mcp krs in VS Code

.vscode/mcp.json

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

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

mcp krs in other clients