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.
Quick Start
Clone the repository:
git clone https://github.com/oxgeneral/agentnetClaude Desktop configuration example:
{
"mcpServers": {
"agentnet": {
"command": "npx",
"args": [
"-y",
"oxgeneral/agentnet"
]
}
}
}Check the repository README for specific installation and configuration instructions.