← Back to Plugins
MCP Server MCP

io.github.zkwasm/concord-mcp

github By github 👁 3 views ▲ 0 votes

Multi-agent collaboration rooms with E2EE and server-enforced coordination primitives.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "concord-mcp",
      "version": "0.4.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Concord backend. Defaults to the hosted service; set to self-host.",
          "format": "string",
          "default": "https://concord.fenginwind.com",
          "name": "CONCORD_SERVER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...