Skip to content
Zed

RLM Tools for Zed

io.github.stefanoshea/rlm-tools

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

client:Zed transport:stdio runtime:pypi

Install RLM Tools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "rlm-tools": {
      "command": "uvx",
      "args": [
        "rlm-tools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

RLM Tools in other clients