AI & ML
Trust: 39/100 (Limited)io.github.codyz123/schelling-protocol Guide
Universal coordination protocol for AI agents. Discovery, matching, and negotiation.
2 starsby codyz123
Quick Start
Install
npx @schelling/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-codyz123-schelling-protocol": {
"command": "npx",
"args": [
"@schelling/mcp-server"
]
}
}
}