Skip to main content
CommunicationPython

jaspertvdm/mcp-server-rabel

AI-to-AI messaging via I-Poll protocol and AInternet. Enables agents to communicate using .aint domains, semantic messaging, and trust-based routing.

communicationcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jaspertvdm/mcp-server-rabel

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-rabel": {
      "command": "npx",
      "args": [
        "-y",
        "jaspertvdm/mcp-server-rabel"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
Python
Author
jaspertvdm