mcpbeat Sign in

Concord MCP Server

local only

Concord MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 23 Jun 2026.

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

Installs per day peak 27 · avg 8 · -44% w/w
a month agotoday
55
Installs / week
npm · concord-mcp
2
Stars
0 open issues
23 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command plugin/server/src/cli.ts:55
  const m = UUID_RE.exec(input.trim());

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add concord-mcp -- npx -y concord-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "concord-mcp": {
      "args": [
        "-y",
        "concord-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.concord-mcp]
command = "npx"
args = ["-y", "concord-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "concord-mcp": {
      "args": [
        "-y",
        "concord-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "concord-mcp": {
      "args": [
        "-y",
        "concord-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONCORD_SERVER (Base URL of the Concord backend. Defaults to the hosted service; set to self-host.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Concord MCP

same job, measured the same way
I
Playwright Wizard MCP
by oguzc

MCP server providing Playwright test generation wizard with intelligent prompts and best practices

64 installs/wk local only
Lunge
by thuupx

Agent-native API client: execute/test REST/GraphQL/WS/SSE with assertions, extraction, collections

54 installs/wk local only
Universal Test Framework
by phoenice-labs

Polyglot MCP test generation with 8-section contract enforcement across Python, TS, Java, Go, C++.

34 installs/wk local only
срезAI — Search API for AI agents
by srezai

Web search, page reading and structured extraction for AI agents, with strong RU coverage

10 tools answering
Perseus: MCP server and live context engine
by perseus-computing-llc

Live context MCP server: resolves git, services, and tests into agent context. Local-first, MIT.

local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
Tapp
by aarwitz

Test iOS, Android, and web apps with agent exploration, replayable flows, and CI gates.

1 225 installs/wk local only
Feason Context
by feason-com

Christian source evidence for AI agents, with provenance, tradition coverage, and citation checks.

answering

Concord MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Concord MCP?
Concord MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package concord-mcp was installed 55 times last week.
How do I connect Concord MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls concord-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Concord MCP?
The npm package concord-mcp was installed 55 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Concord MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.