Skip to content
Grok

register mcp for Grok

io.github.malkreide/register-mcp

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

client:Grok transport:stdio runtime:pypi

Install register mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

register mcp in other clients