MCP Server

Connect AI agents to Velocity via the Model Context Protocol.

What is MCP?

The Model Context Protocol (MCP) is an open standard that lets AI agents interact with external tools through a unified interface. Velocity includes a built-in MCP server that exposes 15 tools for issue tracking, search, and project management.

AI agents like Claude (via Claude Code or Claude Desktop), Cursor, Windsurf, and other MCP-compatible clients can connect to Velocity and create issues, search tasks, update statuses, and manage projects — all without leaving their workflow.

Use Cases

  • AI coding assistants — create bug reports directly from code reviews
  • Automated triage — agents categorize and prioritize incoming issues
  • Status updates — agents update issue progress as they complete work
  • Search & context — agents find related issues to inform their work
  • Project management — agents create projects, cycles, and milestones

Available Tools

ToolDescription
create_issueCreate a new issue with title, description, priority, status
update_issueUpdate an existing issue's fields
get_issueGet full details of an issue by ID or identifier
search_issuesSearch issues with filters (status, priority, assignee, text)
list_issuesList issues with pagination and sorting
delete_issueDelete an issue
create_commentAdd a comment to an issue
list_projectsList all projects in the workspace
create_projectCreate a new project
list_cyclesList cycles for a team
list_teamsList all teams in the workspace
list_labelsList available labels
list_statusesList available statuses
list_membersList workspace members
get_workspaceGet workspace information

Resources

The MCP server also exposes these read-only resources:

  • velocity://workspace — current workspace metadata
  • velocity://teams — list of teams
  • velocity://labels — list of labels

Next Steps