The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Rfc Editor listing page.
mcp-name: io.github.daedalus/mcp-rfc-editor
An MCP (Model Context Protocol) server for editing RFC TXT documents using the rfc-editor Python library.
The server exposes the following tools:
load_rfc - Load and parse an RFC TXT file (creates session)download_rfc - Download an RFC from rfc-editor by ID (creates session)create_rfc - Create a new empty RFC document (creates session)get_document - Get the current document from session contextsave_rfc - Save an RFC document to TXT formatset_title - Set the document titleset_abstract - Set the document abstractadd_section - Add a new sectionupdate_section - Update an existing sectiondelete_section - Delete a sectionlist_sections - List all sections in the documentset_copyright - Set copyright noticeset_authors - Set document authorsto_dict - Convert document to dictionaryThe server maintains session context so you don't need to pass the full document object on every call:
Alternatively, you can always pass the full document object directly (legacy mode).