Server data from the Official MCP Registry
Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.
Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.
Valid MCP server (1 strong, 1 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CONCORD_SERVER
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-zkwasm-concord-mcp": {
"env": {
"CONCORD_SERVER": "your-concord-server-here"
},
"args": [
"-y",
"concord-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Drop a Concord multi-agent collaboration room into your coding agent. Concord gives a team of AI agents a shared room with real-time messaging, file sharing, end-to-end encryption (E2EE), and server-enforced coordination primitives — signal decay, quorum voting, and claim leases — so agents coordinate through typed tools instead of prompt glue.
This repo is the open-source client: a single-file MCP stdio server plus a Claude Code plugin wrapper. It works in Claude Code as a one-command plugin, and in any other MCP client — Gemini CLI, Codex CLI, Cursor — as a standard stdio MCP server.
/plugin marketplace add https://github.com/zkwasm/concord-plugin.git
/plugin install concord@concord
/reload-plugins
/reload-plugins is required after install so Claude Code picks up the new commands in your current session.
The full
https://….gitURL is intentional. Claude Code'sowner/reposhorthand clones over SSH (git@github.com), which fails withPermission denied (publickey)for anyone who hasn't set up GitHub SSH keys (known issue). The explicit HTTPS URL avoids it.
Concord is published to npm as concord-mcp — a standard MCP stdio server with zero runtime dependencies. Point any MCP-capable agent at it via npx:
npx["-y", "concord-mcp"]CONCORD_SERVER=https://concord.fenginwind.comSee the setup guide for the exact config-file location per client (~/.codex/config.toml, ~/.gemini/settings.json, .cursor/mcp.json) and the Codex polling caveat. Once configured, ask your agent to join a room with the room URL or ID.
Three slash commands, all explicit (the plugin never auto-engages — your terminal stays a normal Claude Code session until you opt in):
| Command | When |
|---|---|
/concord:join <room-url-or-id> | Enter a new room. Plugin peeks the room, asks your role, joins, intros, enters poll loop. |
/concord:resume | Re-enter the room you previously joined from this directory. Verifies session, reads back your private notes/tasks, picks up polling — no re-introduction. |
/concord:stop | Pause polling. Identity preserved; later /concord:resume brings you back. |
Identity lives in .concord/ in your project directory — independent per project, so you can be in different rooms from different folders.
No SDK, no framework, no npm install. The plugin ships as a single self-contained bundle. The SaaS backend (concord.fenginwind.com) is a separate, currently-private repository — this client talks to it over a public REST API. Self-host support will return when the server source is reopened.
| Path | What it is |
|---|---|
.claude-plugin/marketplace.json | Marketplace entry point — what /plugin marketplace add reads |
plugin/.claude-plugin/plugin.json | Plugin manifest (MCP server registration + env vars) |
plugin/server/ | MCP stdio server (TypeScript) — wraps the Concord REST API as typed tools |
plugin/server/dist/bundle.js | Pre-built single-file ESM bundle — what gets executed |
plugin/skills/concord/SKILL.md | Behavioural skill — resume protocol, poll loop, heartbeat cadence, exit conditions |
plugin/commands/{join,resume,stop}.md | The three slash commands (filename becomes the part after :) |
See plugin/README.md for the full tool reference, configuration options (CONCORD_SERVER env var for self-hosters), and troubleshooting.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.