DevOps Velocity MCP Server
A Model Context Protocol (MCP) server provides a structured way for GenAI clients to access tools, data, and actions through a consistent, secure interface. When you connect a GenAI client that supports MCP to the Velocity MCP server, you can use natural-language requests to retrieve information from your Velocity.
The Velocity MCP server exposes predefined queries that let you view Value Stream Management data, metrics, build and deployment details, workflow gate statuses, and information about teams, applications, and workspaces. This capability provides a simple, conversational way to obtain operational insights without requiring navigation of the Velocity interface or creation of API requests.
- applicationById
- builds
- deployments
- latestWorkflowGateChecks
- metrics
- teamsForCurrentUser
- teamspacesForTenant
- workflow
- workflowsForTenant
- workflowStatsByIdQuery
To use the Velocity MCP server, you must enable the MCP server feature flag when you run the installer. See MCP server setup in DevOps Velocity.
You can currently connect to the Velocity MCP server using the following GenAI clients:
- Claude Desktop. See Connecting to the DevOps Velocity MCP server using Claude Desktop
- GitHub Copilot in Visual Studio Code. See Connecting to the DevOps Velocity MCP server using GitHub Copilot in Visual Studio Code.