LingFeng-Vels/session-coord-mcp
🚀 Local-first MCP server for multi-session AI coding coordination, task claiming, and conflict-aware parallel development.一个面向并发编码场景的 local-first MCP Server,用来协调多个 Claude Code、Codex 或其他 MCP 客户端在同一代码仓库中的并行开发。
Platform-specific configuration:
{
"mcpServers": {
"session-coord-mcp": {
"command": "npx",
"args": [
"-y",
"session-coord-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...