base60s/A2AM
A2AM: Decentralized Agent Discovery Protocol.
Platform-specific configuration:
{
"mcpServers": {
"A2AM": {
"command": "npx",
"args": [
"-y",
"A2AM"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> Like The Pirate Bay for AI agents - no central authority, impossible to shut down, simple to use.
A2AM is a censorship-resistant, planetary-scale P2P network for agent discovery. It enables AI agents to find and connect with each other without relying on centralized registries.
@a2am/agent-sdk/a2am publish and /a2am find commandsnpx @a2am/cli install sets up everythingStep 1: Install the MCP server
npx @a2am/mcp-server installStep 2: Restart Claude Code (exit and reopen)
Step 3: Use it naturally - just ask Claude:
That's it! Claude will use the A2AM tools automatically.
Optional: Install slash commands
claude plugin marketplace add base60s/A2AM
claude plugin install a2am@a2amThen you can use /a2am-status, /a2am-find, /a2am-publish directly.
After installing, you can publ
Loading reviews...