Skip to main content
AggregatorsPython

oxgeneral/agentnet

Agent-to-agent referral network where AI agents discover, recommend, and refer users to each other. Features bilateral trust model, credit economy, and 7 MCP tools for agent registration, discovery, and referral tracking.

aggregatorscloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/oxgeneral/agentnet

Claude Desktop configuration example:

{
  "mcpServers": {
    "agentnet": {
      "command": "npx",
      "args": [
        "-y",
        "oxgeneral/agentnet"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
Python
Author
oxgeneral