Skip to content
VS Code

RTFM for VS Code

io.github.roomi-fields/rtfm

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

client:VS Code transport:stdio runtime:pypi

Install RTFM in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

RTFM in other clients