
DevRev MCP Server
Integrate FlowHunt with DevRev MCP Server to automate work item, part, meeting, and workflow management. Leverage AI-powered workflows for advanced search, tick...

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.jsonclaude_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.
Effortlessly automate and manage DevRev projects and enhancements from within FlowHunt. Connect, configure, and accelerate your development process!

Integrate FlowHunt with DevRev MCP Server to automate work item, part, meeting, and workflow management. Leverage AI-powered workflows for advanced search, tick...

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 FlowHunt with the LiveAgent MCP Server to enable AI-powered automation of helpdesk workflows, including ticket, agent, contact, and department managem...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.