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)
{
"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