mcpbeat Sign in

RLM Tools MCP Server

by stefanoshea Your server? Claim it
local only

RLM Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from pypi. Last commit 13 Feb 2026.

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

Installs per day peak 14 · avg 6 · -44% w/w
a month agotoday
31
Installs / week
pypi · rlm-tools
8
Stars
0 open issues
13 Feb 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/rlm_tools/setup_cli.py:1
этот файл ставится пользователю, но в репозитории его нет
                    exec(code, self._namespace)
Runs an external command [пакет] src/rlm_tools/setup_cli.py:41
    result = subprocess.run(command, capture_output=True, text=True, check=False)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rlm-tools -- uvx rlm-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rlm-tools": {
      "args": [
        "rlm-tools"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rlm-tools]
command = "uvx"
args = ["rlm-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "rlm-tools": {
      "args": [
        "rlm-tools"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rlm-tools": {
      "args": [
        "rlm-tools"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to RLM Tools

same job, measured the same way
MCP AST Explorer
by lovranran

Python symbol exploration for codebase onboarding agents.

65 installs/wk local only
Agentsbestfriend
by therealfloatdev

MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases

68 installs/wk local only
Cinch
by yusufkadry

Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.

27 installs/wk local only
jCodemunch MCP
by jgravelle

Token-efficient code exploration via tree-sitter AST parsing. 70+ languages, 86-99% token savings.

22 794 installs/wk local only
patchwork — Codebase Conventions for AI Agents
by sainarayana-b

Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.

115 installs/wk local only
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
Aiko
by masa-san-jp

A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code

37 installs/wk local only
Perforce Agentic Gateway
by perforce

Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode

220 installs/wk local only

RLM Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for RLM Tools?
RLM Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package rlm-tools was installed 31 times last week.
How do I connect RLM Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rlm-tools straight from pypi; nothing to host, nothing to sign up for.
How many people use RLM Tools?
The pypi package rlm-tools was installed 31 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RLM Tools open source?
Yes — it is published under the MIT licence, written in Python and 8 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.