Concord MCP
Rank #978io.github.Get-Concord-AI/concord-mcp
Cross-harness communication and shared work-state for AI coding agents.
Concord MCP is a Model Context Protocol (MCP) server published by Get-Concord-AI. It ranks #978 of 115,460 servers tracked on MCP Toplist, and its repository has 283 GitHub stars. Concord MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 114,482 of 115,460 servers on MCP Toplist.
Use Concord MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add concord-mcp -- npx -y @concord-ai/concord-mcp[mcp_servers.concord-mcp]
command = "npx"
args = ["-y", "@concord-ai/concord-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"concord-mcp": {
"command": "npx",
"args": [
"-y",
"@concord-ai/concord-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"concord-mcp": {
"command": "npx",
"args": [
"-y",
"@concord-ai/concord-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"concord-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@concord-ai/concord-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"concord-mcp": {
"command": "npx",
"args": [
"-y",
"@concord-ai/concord-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"concord-mcp": {
"command": "npx",
"args": [
"-y",
"@concord-ai/concord-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Get-Concord-AI%2Fconcord-mcp)<a href="https://mcptoplist.com/server/io.github.Get-Concord-AI%2Fconcord-mcp"><img src="https://mcptoplist.com/badge/io.github.Get-Concord-AI%2Fconcord-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Get-Concord-AI
Available versions (2)
| Version | Published |
|---|---|
| 0.10.3 | Aug 25, 2026 |
| 0.10.1 | Aug 24, 2026 |
Frequently asked questions
- Who maintains Concord MCP?
- Concord MCP is maintained by Get-Concord-AI, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Concord MCP listed on the Official MCP Registry?
- Yes — Concord MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Concord MCP have?
- MCP Toplist tracks 2 versions of Concord MCP, most recently published on Aug 25, 2026.
- Where can I find the source code for Concord MCP?
- The source code for Concord MCP is hosted at github.com/Get-Concord-AI/concord-mcp.