Skip to content
Cursor

RTFM for Cursor

io.github.roomi-fields/rtfm

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

client:Cursor transport:stdio runtime:pypi

Install RTFM in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

RTFM in other clients