RTFM for Zed
io.github.roomi-fields/rtfm
The open retrieval layer for AI agents — index code, docs, data. Search via MCP.
client:Zed
transport:stdio
runtime:pypi
Install RTFM in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rtfm": {
"command": "uvx",
"args": [
"rtfm-ai"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs