RLM Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from pypi. Last commit 13 Feb 2026.
Persistent Python sandbox for token-efficient codebase exploration in MCP clients
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"
}
}
}
Answers built from our own checks of this server.