azure-devops-mcp-server-by-cdata
If you are the rightful owner of azure-devops-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Azure DevOps is a read-only server designed to allow LLMs to query live Azure DevOps data using natural language.
The CData MCP Server for Azure DevOps is a specialized server that facilitates the interaction between large language models (LLMs) and Azure DevOps data. By leveraging the CData JDBC Driver for Azure DevOps, this server exposes Azure DevOps data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Azure DevOps. The server is read-only, meaning it allows data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a beta version of the MCP Server with extended functionalities. The setup involves cloning the repository, building the server, and configuring the connection to Azure DevOps using a JDBC driver. Once configured, the server can be integrated with AI clients to provide seamless data access.
Features
- Read-only access to Azure DevOps data
- Integration with CData JDBC Driver for Azure DevOps
- Natural language querying without SQL
- Easy setup and configuration
- Support for various data sources
Tools
azure_devops_get_tables
Retrieves a list of tables available in the data source.
azure_devops_get_columns
Retrieves a list of columns for a specified table.
azure_devops_run_query
Executes a SQL SELECT query.