Local CLI and MCP server for scoring tasks across projects, planning work, analyzing advice, and coordinating agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window β this can mean a slow first-time install rather than a real problem.
uvx quarterbackNo response to initialize.
This is an experimental automated check and can have false negatives β missing environment variables, a slow cold install, etc. It doesnβt necessarily mean somethingβs wrong. Last checked 5d ago.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Quarterback.
Read the field. Call the play.
Strategic task prioritization and agent orchestration for multi-project operators.
Every other AI task manager breaks down one project into subtasks. Quarterback helps you decide which of your ten projects to prioritize right now β using a 5-factor weighted scoring engine, organizational context, and time-aware planning. It runs locally, costs nothing, and works as both a standalone CLI and an MCP server for Claude.
| Feature | Quarterback | TaskMaster AI | Shrimp Task Manager |
|---|---|---|---|
| Multi-project prioritization | 5-factor weighted engine | Single-project breakdown | Single-project |
| Advisory document system | Analyze articles against your goals | No | No |
| Agent orchestration | Autonomy levels + webhooks | No | No |
| Time-aware planning | Working hours, lunch, buffer time | No | No |
| Organizational context | Goals, constraints, workflows | No | No |
| Knowledge wiki (Playbook) | LLM-maintained wiki for cross-session consistency | No | No |
| Conflict detection | Cross-project scheduling conflicts | No | No |
| Standalone CLI | Full CLI without AI runtime | Requires AI | Requires AI |
| Cost | Free (MIT) | Free | Free |
When using Quarterback as an MCP server, ask your LLM: "Set up Quarterback for me" β it will call the setup_quarterback tool, interview you conversationally about your business, goals, workflows, projects, constraints, and knowledge base (Playbook), then write all config files and database records in one shot. No manual YAML editing required.
Quarterback works with any MCP-compatible client β Claude Desktop, Claude Code, Cursor, Windsurf, Cline, OpenAI agents, and others. All 23 tools use standard MCP protocol (JSON-RPC over stdio) with no LLM-specific dependencies.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
Or for Claude Code (~/.claude/settings.json):
The same quarterback-server command works with any MCP client β just add it to your client's server configuration.
Then ask your LLM: "What should I work on today?" β it will use all 23 Quarterback tools to analyze your priorities.
Every task is scored across five dimensions:
| Factor | Weight | What it measures |
|---|---|---|
| Impact | 30% | Task impact + project revenue/strategic value |
| Urgency | 25% | Due date proximity + blocking status |
| Strategic | 25% | Project priority + milestone status |
| Effort | 15% | Inverted effort score (quick tasks score higher) |
| Quick Win | 5% | High impact + low effort bonus |
Analyze external articles, books, and advice against your organizational context:
The analyzer checks every recommendation against your goals and constraints, flagging conflicts and synergies.
Mark tasks for autonomous agent execution with configurable autonomy:
Webhooks notify your automation layer (n8n, Zapier, custom) when tasks are ready.
Playbook is Quarterback's compiled knowledge layer. It's an LLM-maintained markdown wiki that gives every session β local CLI, MCP, or autonomous agent β the same canonical context about your projects, decisions, and strategies.
The problem it solves: Without Playbook, each AI session starts fresh and re-derives your organizational context from sparse signals. Two sessions running the same query can produce different results because they reconstruct understanding independently. Playbook provides accumulated knowledge that all sessions read from.
How it works:
Setup: Playbook is created automatically during quarterback setup (or the MCP setup wizard). The interview asks about your key entities, concepts, and decisions, then seeds initial wiki pages.
Without Playbook: Quarterback works exactly as before β reading goals and constraints from ~/.quarterback/org-context/ files. Playbook is opt-in.
With Playbook: Quarterback reads compiled/goals.md and compiled/constraints.md from Playbook first, falling back to org-context/ files if Playbook isn't initialized. Your LLM reads wiki/index.md for full organizational context.
Obsidian integration (optional): During setup, you can opt to configure Playbook as an Obsidian vault. Open the Playbook folder in Obsidian for graph visualization and visual editing. Install an Obsidian MCP server for programmatic access. No Obsidian dependency required β Playbook works as plain markdown files.
Quarterback's CLI and webhook system make it a natural fit for automated pipelines β update task status, log deliverables, and trigger downstream work without a human in the loop.
Add Quarterback commands to any CI/CD step. The CLI is stateless and scriptable:
Register a webhook and let your automation layer react to task events in real time:
Use cases:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bobbyrgoldsmith-quarterback)<a href="https://allmcps.com/mcp/bobbyrgoldsmith-quarterback"><img src="https://allmcps.com/api/badge/bobbyrgoldsmith-quarterback?style=directory" alt="Quarterback on AllMCPs" /></a>