P2P runtime for A2A protocol. Encrypted agent communication with zero-config NAT traversal.
claude mcp add agentanycast -- npx -y agentanycast
claude_desktop_config.json
{
"mcpServers": {
"agentanycast": {
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentanycast": {
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentanycast": {
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentanycast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentanycast": {
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AgentAnycast--agentanycast/reviews or the review_server meta-tool.
POST /mcp