Skip to content
Grok

cl eli mcp for Grok

io.github.matematicsolutions/cl-eli-mcp

MCP server for Chilean legislation via BCN Linked Open Data, verifiable citations.

client:Grok transport:stdio runtime:pypi

Install cl eli mcp in Grok

.mcp.json (in your project root)

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

cl eli mcp in other clients