
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
nextmove-mcp
Advanced tools
MCP server that analyzes your repo and surfaces the highest-value agent task to work on next.
A Model Context Protocol server for Cursor that analyzes your repo and tells you what to work on next — presented as numbered options you can act on immediately.
Ask "what's my next move?" and get back something like:
1. Wire up the goals screen with real data · M
goals/index.tsxwas just added but has no data fetching yet — good moment to finish it while the context is fresh.2. Fix the failing CI job · S The
buildjob has been failing on this branch for 2 days and is likely blocking a merge.3. Add tests for the goals API · S No test files exist yet — the goals logic is a low-risk place to establish the pattern.
Just reply with 1, 2, or 3 and I'll get started.
Reply with a number and Cursor starts working on it immediately — no copy-pasting prompts.
Add to your ~/.cursor/mcp.json:
{
"mcpServers": {
"nextmove": {
"command": "npx",
"args": ["-y", "nextmove-mcp"]
}
}
}
Restart Cursor. That's it.
In any Cursor chat:
what's my next move?
The tool auto-detects your current workspace. You can also target a specific repo:
what's my next move in /path/to/my/project?
Reply with a number and Cursor acts on it immediately — no prompts to copy, no context to re-explain.
GitHub signals are enabled automatically if you have the GitHub CLI installed and authenticated:
brew install gh
gh auth login
Alternatively, set a GITHUB_TOKEN environment variable.
Without a token the tool still works — it skips the GitHub layer and focuses on local git and project signals.
If the Linear MCP server is connected in Cursor (Settings → Tools & MCP → Linear), nextmove automatically checks your in-progress Linear issues and cross-references them against your current branch name and recent commits. If a sprint issue clearly relates to what you're already working on, it's surfaced as a task. If nothing matches the current codebase context, Linear is skipped silently.
No configuration required.
Tasks are ranked in this order:
git clone https://github.com/christianalares/nextmove-mcp
cd nextmove-mcp
pnpm install
Preview the output against a local repo:
REPO=/path/to/your/project pnpm dev
Run tests:
pnpm test
Test the MCP protocol directly in a browser UI:
npx @modelcontextprotocol/inspector tsx src/index.ts
FAQs
MCP server that analyzes your repo and surfaces the highest-value agent task to work on next.
The npm package nextmove-mcp receives a total of 7 weekly downloads. As such, nextmove-mcp popularity was classified as not popular.
We found that nextmove-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.