Skip to content
Grok

RLM Tools for Grok

io.github.stefanoshea/rlm-tools

Persistent Python sandbox for token-efficient codebase exploration in MCP clients

client:Grok transport:stdio runtime:pypi

Install RLM Tools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rlm-tools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rlm-tools"
      ]
    }
  }
}

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

RLM Tools in other clients