Skip to content
Grok

consolelog dev tools for Grok

io.github.mbdev3/consolelog-mcp

Deterministic dev tools for AI agents over MCP: hashing, encoding, formatting, codegen, and more.

client:Grok transport:stdio runtime:npm

Install consolelog dev tools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "consolelog-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "consolelog-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

consolelog dev tools in other clients