# BARD Tracker > Project management for software teams. Tracks tickets, epics, velocity, and delivery timelines. ## Quickstart: Connect via MCP The fastest way for an AI agent to connect is via the MCP server. Add this to your MCP client configuration: ```json { "mcpServers": { "bardtracker": { "type": "http", "url": "https://bardtracker.com/mcp" } } } ``` Authentication is handled automatically via OAuth 2.1 with dynamic client registration — no API key or pre-registration needed. The MCP client will open a browser window for the user to authorize, then manage tokens automatically. ## Capabilities - Create, read, update, and delete **tickets** (features, bugs, chores, releases) - Organize tickets with **labels**, **epics**, and **point estimates** - Track progress with **tasks** and **comments** on tickets and epics - Query **velocity** and **iteration projections** for delivery planning - Manage **project memberships**