MCP Server
Maintained
io.github.daedalus/mcp-rfc-editor MCP Server
io.github.daedalus/mcp-rfc-editor
What is the io.github.daedalus/mcp-rfc-editor MCP server?
An MCP server that provides rfc editing capabilities
How to install io.github.daedalus/mcp-rfc-editor
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-rfc-editor": {
"command": "uvx",
"args": [
"mcp-rfc-editor"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-rfc-editor": {
"command": "uvx",
"args": [
"mcp-rfc-editor"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-rfc-editor": {
"command": "uvx",
"args": [
"mcp-rfc-editor"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-rfc-editor": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-rfc-editor"
]
}
}
}Claude Code
claude mcp add mcp-rfc-editor -- uvx mcp-rfc-editorRelated MCP servers
io.github.daedalus/mcp-delonghi-ecam
Maintained
MCP server for DeLonghi ECAM espresso coffee machines via local network
1
View repository →Python
MIT
io.github.daedalus/mcp-parigp
Maintained
MCP server exposing cypari2 (PARI/GP) number theory library
1
View repository →Python
MIT
A sandboxed MCP tool for reverse engineering with multiple tool integrations
1
View repository →Python
MIT
io.github.daedalus/mcp-server-find
Maintained
MCP server discovery - find and install MCP servers from Official Registry, Glama, and Smithery
1
View repository →Python
MIT
io.github.daedalus/mcp-shodan
Maintained
MCP server exposing all Shodan API functionality
1
View repository →Python
MIT