RLM Tools for Cursor
io.github.stefanoshea/rlm-tools
Persistent Python sandbox for token-efficient codebase exploration in MCP clients
client:Cursor
transport:stdio
runtime:pypi
Install RLM Tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rlm-tools": {
"type": "stdio",
"command": "uvx",
"args": [
"rlm-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs