
Azure DevOps MCP Server
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...
Integrate DevRev’s APIs into your AI flows—manage work items, enhancements, and automate project tasks with the DevRev MCP Server in FlowHunt.
The DevRev MCP Server is a Model Context Protocol (MCP) server designed to provide comprehensive access to DevRev’s APIs, enabling seamless integration of DevRev’s platform functionalities into AI assistants and developer workflows. Through this server, users can interact programmatically with DevRev to manage work items (such as issues and tickets), handle parts (enhancements), perform advanced searches across DevRev data, and retrieve user information. By exposing these capabilities, the DevRev MCP Server allows AI agents and clients to automate, query, and manage DevRev resources, supporting use cases like database queries, workflow automations, and context-aware development assistance.
No prompt templates are explicitly mentioned in the provided repository files or documentation.
No explicit MCP resources are listed in the available documentation or code. Resource primitives are not detailed in the README or visible files.
No Windsurf-specific instructions are provided in the available documentation.
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
claude_desktop_config.json
file to add the DevRev MCP server:"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
Note: For development or unpublished servers, use the following configuration:
"mcpServers": { "devrev": { "command": "uv", "args": [ "--directory", "Path to src/devrev_mcp directory", "run", "devrev-mcp" ], "env": { "DEVREV_API_KEY": "YOUR_DEVREV_API_KEY" } } }
No Cursor-specific instructions are provided in the available documentation.
No Cline-specific instructions are provided in the available documentation.
API keys are configured using the env
section in your configuration JSON:
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
This keeps your API key secure and out of your codebase.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"devrev": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “devrev” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Describes DevRev MCP server and its capabilities |
List of Prompts | ⛔ | No prompt templates are specified |
List of Resources | ⛔ | No explicit MCP resources listed |
List of Tools | ✅ | Multiple tools for work items, parts, search, and user info |
Securing API Keys | ✅ | Instructions for using env in configuration |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
| Roots Support | ⛔ | Not mentioned |
Our opinion:
Based on the available documentation, the DevRev MCP Server provides clear tool definitions and setup instructions for Claude, but lacks prompt templates, explicit resource definitions, and information on sampling or roots support. The project does have an open-source license, at least one tool, and some community activity, but would benefit from more comprehensive documentation and multi-platform instructions.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 3 |
Number of Stars | 4 |
MCP Rating: 5/10
While the project is functional with good core tool coverage and open licensing, it is missing some key MCP features (prompts, resources, sampling, roots) and more robust cross-platform setup instructions.
The DevRev MCP Server exposes DevRev’s API as a Model Context Protocol (MCP) server, letting AI agents and clients interact with work items, enhancements, search, and user context for workflow automation and project management.
It includes tools for searching DevRev, retrieving and updating work items, creating and managing enhancements (called parts), and accessing current user information. This enables end-to-end project automation and analytics within FlowHunt.
Store your DevRev API key using the `env` section in your configuration JSON (e.g., 'DEVREV_API_KEY'). This keeps the key secure and separate from your source code.
Yes! Add the MCP component to your flow, configure the DevRev MCP server details, and your AI agent can interact with DevRev resources programmatically.
Automated work item management, enhancement planning, advanced search, user context retrieval, and reporting/analytics—all integrated with FlowHunt’s powerful automation pipelines.
Effortlessly automate and manage DevRev projects and enhancements from within FlowHunt. Connect, configure, and accelerate your development process!
The Azure DevOps MCP Server acts as a bridge between natural language requests and the Azure DevOps REST API, enabling AI assistants and tools to automate DevOp...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
DevDb MCP Server bridges AI assistants with database development in Visual Studio Code, exposing database operations through the Model Context Protocol (MCP). I...