rmcp-irc

GrantSparks/rmcp-irc
★ 0 stars Rust AI/LLM Updated 1d ago
Relay IRC server sessions via MCP for native LLM collaboration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rmcp-irc": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rmcp-irc"
      ]
    }
  }
}

README Excerpt

`rmcp-irc` is a native Rust MCP gateway for Ergo IRC networks. It serves local MCP clients over stdio or multiple clients through one Streamable HTTP endpoint. Each agent created with `irc.connect` has an independent IRC connection, state snapshot, and bounded event stream. - Native TCP/TLS IRC connections with CAP, SASL, ISUPPORT, HELP, and MOTD

Tools (1)

outputSchema