Skip to content
VS Code

RLM Tools for VS Code

io.github.stefanoshea/rlm-tools

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

client:VS Code transport:stdio runtime:pypi

Install RLM Tools in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RLM Tools in other clients