Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"quarterback": {
"command": "quarterback-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Strategic task prioritization and agent orchestration for multi-project operators.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'quarterback' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked quarterback against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for io.github.bobbyrgoldsmith/quarterback and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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 |
# Install
pip install quarterback
# Initialize (creates ~/.quarterback/)
quarterback init
# Interactive setup wizard — walks you through org, goals, workflows, projects, constraints
quarterback setup
# Add your first project and tasks
quarterback add "Launch landing page" --project "My Startup" --priority 4 --effort 3 --impact 5
quarterback add "Write blog post" --project "Content" --priority 3 --effort 2 --impact 3
# See what to work on
quarterback priorities
# Find quick wins
quarterback quick-wins
# Plan your day with time awareness
quarterback plan-day
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.
# Install with MCP support
pip install quarterback[mcp]
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"quarterback": {
"command": "quarterback-server"
}
}
}
Or for Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"quarterback": {
"command": "quarterback-server"
}
}
}
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