loading…
Search for a command to run...
loading…
A coordination server that enables multiple AI coding agents to work together on the same project by providing shared memory, file locking, decision tracking, a
A coordination server that enables multiple AI coding agents to work together on the same project by providing shared memory, file locking, decision tracking, and architecture guidance, preventing conflicts and maintaining consistency across sessions.
Python 3.10+ FastMCP License: MIT
CoordMCP is a coordination server that helps multiple AI coding agents work together on the same project without conflicts.
When you use AI coding assistants (OpenCode, Cursor, Claude Code, Windsurf) on a project:
CoordMCP solves this by giving your AI agents a shared brain that persists across sessions.
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
│ YOU │────▶│ AI AGENT │────▶│ CoordMCP │
│ │ │ │ │ Server │
└─────────────┘ └─────────────┘ └──────┬──────┘
│
▼
┌─────────────────┐
│ Shared Memory │
│ • Decisions │
│ • Tech Stack │
│ • File Locks │
└─────────────────┘
You just talk to your AI agent normally. CoordMCP works automatically in the background:
You say:
"Create a todo app with React and FastAPI"
CoordMCP automatically:
Next session: Your AI remembers you're using React and FastAPI.
pip install coordmcp
coordmcp --version
Option 1: Using coordmcp CLI (recommended)
For most agents, add to your config file:
{
"mcpServers": {
"coordmcp": {
"command": "coordmcp",
"args": [],
"env": {
"COORDMCP_LOG_LEVEL": "INFO"
}
}
}
}
Option 2: Using Python module
{
"mcpServers": {
"coordmcp": {
"command": "python",
"args": ["-m", "coordmcp"],
"env": {
"COORDMCP_LOG_LEVEL": "INFO"
}
}
}
}
See integrations for specific setup instructions for each agent.
Restart your AI agent and say:
"What CoordMCP tools are available?"
| Audience | Start Here |
|---|---|
| End Users | User Guide |
| Developers | API Reference |
| Contributors | Contributor Guide |
| Architecture Decisions | ADRs |
Your AI agent remembers decisions across sessions. If you chose React last week, it knows this week.
Multiple AI agents can work on the same project without conflicts through file locking.
Design pattern recommendations without expensive LLM calls. 9 patterns available: MVC, Repository, Service, Factory, Observer, Adapter, Strategy, Decorator, CRUD.
Create, assign, and track tasks across agents. Support for task dependencies, priorities, and completion tracking.
Enable communication between agents with direct messages and broadcast capabilities.
Monitor project health with comprehensive dashboards showing task progress, agent activity, and actionable recommendations.
All architectural analysis is rule-based - no external API calls needed.
git clone https://github.com/yourusername/coordmcp.git
cd coordmcp
pip install -e ".[dev]"
python -m pytest src/tests/ -v
MIT License - see LICENSE.
Выполни в терминале:
claude mcp add coordmcp -- npx Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai