Skip to content
Grok

Log10x MCP for Grok

io.github.log-10x/log10x-mcp

Tools to rank log patterns by volume and cost and to compact, tier down or offload each pattern

client:Grok transport:stdio runtime:npm

Install Log10x MCP 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": {
    "log10x-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "log10x-mcp"
      ],
      "env": {
        "LOG10X_API_KEY": "<LOG10X_API_KEY>"
      }
    }
  }
}

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

Log10x MCP in other clients