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
We read the source, 2 h ago · rules 3dff92dd89df
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.
этот файл ставится пользователю, но в репозитории его нет
exec(code, self._namespace)
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.
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.
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.
claude mcp add rlm-tools -- uvx rlm-tools
{
"mcpServers": {
"rlm-tools": {
"args": [
"rlm-tools"
],
"command": "uvx"
}
}
}
[mcp_servers.rlm-tools]
command = "uvx"
args = ["rlm-tools"]
{
"mcpServers": {
"rlm-tools": {
"args": [
"rlm-tools"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"rlm-tools": {
"args": [
"rlm-tools"
],
"command": "uvx"
}
}
}
Python symbol exploration for codebase onboarding agents.
MCP that provides fast, token-efficient tools for navigating, searching, and understanding codebases
Run AI-generated code safely. gVisor-isolated Python/JS sandboxes for any MCP client. Pay per run.
Token-efficient code exploration via tree-sitter AST parsing. 70+ languages, 86-99% token savings.
Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.
Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.
A portable persona for MCP clients — the same agent in Claude Code, Codex, Cursor and VS Code
Local MCP gateway that proxies AI clients to many MCP servers with a token-efficient code mode
Answers built from our own checks of this server.