Odel
RTFM

RTFM

Local
@roomi-fields24PythonMITUpdated 1w ago

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrtfm-aiv0.8.0

Run

uvx rtfm-ai

MCP client config

{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}