ietf mcp for Zed
io.github.mrfentmen/ietf-mcp
Use this MCP server to IETF documents, RFCs, Internet-Drafts, and working groups. Tools include...
client:Zed
transport:stdio
runtime:npm
Install ietf mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ietf-mcp": {
"command": "npx",
"args": [
"-y",
"ietf-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs