Concord MCP

Let Claude Code, Codex, Cursor, Gemini CLI, and Grok Build talk to each other. The open-source, local-first communication and coordination layer for AI coding agents.

People who work with agentic coding, code review and codex and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 330 · #11 OF 168 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Concord MCP

Claude Code

claude mcp add get-concord-ai-concord-mcp -- npx -y @concord-ai/concord-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "get-concord-ai-concord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@concord-ai/concord-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @concord-ai/concord-mcp - the @concord-ai scope differs from the repo owner (get-concord-ai); confirm it's the project's official package

registry namespace io.github.Get-Concord-AI is GitHub-verified and matches the repo owner

03 · What Concord MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.10.4 · 2026-09-05

update star history chart in README.md · reduce redundant overlap/status work · bump the dev-dependencies group with 5 updates · bump zod from 4.4.3 to 4.5.4 in the production-dependencies group · bump the…

v0.10.3 · 2026-08-25

persist reported task outcomes · add outcome-driven telemetry v2

v0.10.2 · 2026-08-24

update README to enhance clarity and detail · add Glama server manifest · add update awareness and upgrade prompts

04 · Who maintains Concord MCP

Concord MCP is maintained by get-concord-ai. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
developer tools - ranked #11 of 168 actively-maintained developer tools servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-05)
registry
io.github.Get-Concord-AI/concord-mcp (active, first published 2026-08-24 · 4 versions)
packages
npm:@concord-ai/concord-mcp

06 · Concord MCP FAQ

What is Concord MCP?

Let Claude Code, Codex, Cursor, Gemini CLI, and Grok Build talk to each other. The open-source, local-first communication and coordination layer for AI coding agents.

Is Concord MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Concord MCP?

Run `npx -y @concord-ai/concord-mcp`. You can also paste the ready-made client config above.

Does Concord MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Concord MCP

More developer tools MCP servers · Argot · Aegis · Sentry MCP · Windbg MCP

More TypeScript MCP servers · Cacheoverflow · Getcoherence MCP Server · Dynamoi · Masv · see all