Skip to main content
Glama
daedalus
by daedalus

mcp-rfc-editor

An MCP (Model Context Protocol) server for editing RFC TXT documents using the rfc-editor Python library.

Installation

pip install mcp-rfc-editor

Usage

CLI

python -m mcp_rfc_editor

Programmatic

from mcp_rfc_editor import main
main()

MCP Tools

The server exposes the following tools:

  • load_rfc - Load and parse an RFC TXT file

  • create_rfc - Create a new empty RFC document

  • save_rfc - Save an RFC document to TXT format

  • set_title - Set the document title

  • set_abstract - Set the document abstract

  • add_section - Add a new section

  • update_section - Update an existing section

  • delete_section - Delete a section

  • list_sections - List all sections in the document

  • set_copyright - Set copyright notice

  • set_authors - Set document authors

  • to_dict - Convert document to dictionary

Development

Requirements

  • Python 3.11+

  • mcp

  • rfc-editor

Setup

pip install -e ".[dev]"

Testing

pytest tests/

Linting

black src/ tests/
ruff check src/ tests/
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/daedalus/mcp-rfc-editor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server