PluginBench
MCP Server

RTFM MCP Server

io.github.roomi-fields/rtfm

What is the RTFM MCP server?

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

How to install RTFM

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "rtfm": {
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "rtfm": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rtfm-ai"
      ]
    }
  }
}
Claude Code
claude mcp add rtfm -- uvx rtfm-ai

Related MCP servers

Automate Google NotebookLM — Q&A with citations, audio, video, content generation

View repository →

OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.

View repository →