Concord MCP
Rank #971io.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 #971 of 130,576 servers tracked on MCP Toplist, and its repository has 325 GitHub stars. Concord MCP is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 14, 2026 and most recently updated on Sep 5, 2026.
Ranks ahead of 129,605 of 130,576 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 130,576" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Get-Concord-AI
Available versions (4)
| Version | Published |
|---|---|
| 0.10.4 | Sep 5, 2026 |
| 0.10.3 | Aug 25, 2026 |
| 0.10.2 | Aug 24, 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 (4 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 4 versions of Concord MCP, most recently published on Sep 5, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.