Skip to content
Cursor

register mcp for Cursor

io.github.malkreide/register-mcp

Zefix commercial register with a company-UID join to amtsblattportal.ch (SHAB + cantonal gazettes)

client:Cursor transport:stdio runtime:pypi

Install register mcp in Cursor

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

{
  "mcpServers": {
    "register-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "register-mcp"
      ]
    }
  }
}

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

register mcp in other clients