Skip to content
Grok

openinsurance wiki for Grok

io.github.sluyasu/openinsurance-wiki

Open, source-cited knowledge base of Belgian insurance products: search, compare, verify, overlaps.

client:Grok transport:stdio runtime:pypi

Install openinsurance wiki in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openinsurance-wiki": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openinsurance-wiki-mcp"
      ],
      "env": {
        "INSURANCE_WIKI_REPO": "<INSURANCE_WIKI_REPO>"
      }
    }
  }
}

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

openinsurance wiki in other clients