Catalog
io.github.zkwasm/concord-mcp
Officialby zkwasm · TypeScript
Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.
Enable multi-agent collaboration with encrypted rooms and coordination tools.
Topics
agent-collaborationai-agentsclaude-codeclaude-code-pluginclaude-plugincoordinationend-to-end-encryptionllmmcpmcp-servermodel-context-protocolmulti-agent
README not available yet.
Install
Configuration
Environment variables
CONCORD_SERVERdefault https://concord.fenginwind.comBase URL of the Concord backend. Defaults to the hosted service; set to self-host.
claude_desktop_config.json
{
"mcpServers": {
"concord-mcp": {
"command": "npx",
"args": [
"-y",
"concord-mcp@0.4.1"
],
"env": {
"CONCORD_SERVER": "https://concord.fenginwind.com"
}
}
}
}