cyanheads/shift-mcp-server
Lightweight coordination layer for multiple AI agents working on the same codebase simultaneously.
Platform-specific configuration:
{
"mcpServers": {
"shift-mcp-server": {
"command": "npx",
"args": [
"-y",
"shift-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center"> <h1>@cyanheads/shift-mcp-server</h1> <p><b>Lightweight coordination layer for multiple AI agents working on the same codebase. STDIO & Streamable HTTP</b></p> <p><b>2 Tools · 1 Resource</b></p> </div>
<div align="center">
[](./CHANGELOG.md) [](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) [](https://modelcontextprotocol.io/) [](./LICENSE) [](https://www.typescriptlang.org/)
</div>
---
Two tools for multi-agent coordination:
| Tool Name | Description | |:----------|:------------| | shift_check_in | Register or update a worker session. Returns worker ID, coordination instructions, and active peers. | | shift_check_out | End a working session. Removes from active worker list. |
shift_check_inRegister a new worker or update an existing session. Called at the start of every working session.
---
shift_check_outEnd a working session and remove from the active worker list.
| URI | Description | |:----|:------------| | shift://status | All c
Loading reviews...