RTFM
Rank #2,750io.github.roomi-fields/rtfm
The open retrieval layer for AI agents — index code, docs, data. Search via MCP.
RTFM is a Model Context Protocol (MCP) server published by roomi-fields. It ranks #2,750 of 115,591 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. RTFM is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 4 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on May 16, 2026.
Ranks ahead of 112,841 of 115,591 servers on MCP Toplist.
Use RTFM
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add rtfm -- uvx rtfm-ai[mcp_servers.rtfm]
command = "uvx"
args = ["rtfm-ai"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"rtfm": {
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"rtfm": {
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"rtfm": {
"type": "stdio",
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"rtfm": {
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"rtfm": {
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.roomi-fields%2Frtfm)<a href="https://mcptoplist.com/server/io.github.roomi-fields%2Frtfm"><img src="https://mcptoplist.com/badge/io.github.roomi-fields%2Frtfm.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
roomi-fields
Other servers by roomi-fields
View all roomi-fields servers →Available versions (4)
| Version | Published |
|---|---|
| 0.8.0 | May 16, 2026 |
| 0.7.2 | May 14, 2026 |
| 0.3.2 | Mar 21, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains RTFM?
- RTFM is maintained by roomi-fields, which publishes 4 MCP servers (14 total versions) tracked on MCP Toplist.
- Is RTFM listed on the Official MCP Registry?
- Yes — RTFM is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does RTFM have?
- MCP Toplist tracks 4 versions of RTFM, most recently published on May 16, 2026.
- Where can I find the source code for RTFM?
- The source code for RTFM is hosted at github.com/roomi-fields/rtfm.