Nextmove
Freeby MCP Community
MCP server that analyzes your repo and surfaces the highest-value agent task to work on next.
v0.1.2Added Apr 12, 2026
mcpcursoraideveloper-toolsgithub
Nextmove MCP Server
MCP server that analyzes your repo and surfaces the highest-value agent task to work on next.
Installation
Reviews
Installation
Quick install
npx -y nextmove-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"nextmove": {
"command": "npx",
"args": ["-y", "nextmove-mcp"]
}
}
}