Back to MCP Servers

Quarterback

Strategic task prioritization and agent orchestration for multi-project operators. 22 MCP tools with 5-factor scoring engine, advisory document analysis, agent dispatch with autonomy levels, HMAC webhooks, time-aware planning, and CI/CD integration. Standalone CLI + MCP server.

workplace-productivityagent

Installation

npx -y quarterback

Configuration

{
  "mcpServers": {
    "quarterback": {
      "command": "npx",
      "args": ["-y", "quarterback"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub