MCP server and CLI for reusable development loops, task tracking and session progress.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dev-loops": {
"command": "npx",
"args": [
"-y",
"DeckDev-RC/mcp-dev-loops"
]
}
}
}
Run in terminal:
claude mcp add mcp-dev-loops npx -y DeckDev-RC/mcp-dev-loops
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dev-loops": {
"command": "npx",
"args": [
"-y",
"DeckDev-RC/mcp-dev-loops"
]
}
}
}