PluginBench
MCP Server

AgentNet MCP Server

io.github.oxgeneral/agentnet

What is the AgentNet MCP server?

Agent-to-agent referral network. Discover, recommend, and refer users between AI agents via MCP.

How to install AgentNet

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentnet": {
      "url": "https://79.137.184.124.nip.io:8421/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentnet": {
      "serverUrl": "https://79.137.184.124.nip.io:8421/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentnet": {
      "type": "http",
      "url": "https://79.137.184.124.nip.io:8421/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agentnet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://79.137.184.124.nip.io:8421/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agentnet https://79.137.184.124.nip.io:8421/mcp

Related MCP servers

Lightweight persistent memory for AI agents. Hybrid search. 16 tools. One SQLite file.

View repository →

MCP server for the Tolk smart contract compiler. Compile, validate, and explore TON contracts.

View repository →