Skip to content
Grok

ch eli mcp for Grok

io.github.matematicsolutions/ch-eli-mcp

MCP server for Swiss federal legislation via Fedlex (native ELI), verifiable citations.

client:Grok transport:stdio runtime:pypi

Install ch eli mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ch-eli-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ch-eli-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

ch eli mcp in other clients