Access DevRev's APIs to manage work items, parts, search, and user information.
A Model Context Protocol server for DevRev. This server provides comprehensive access to DevRev's APIs, allowing you to manage work items (issues, tickets), parts (enhancements), meetings, workflow transitions, timeline entries, and sprint planning. Search across your DevRev data and retrieve user information with advanced filtering and pagination support.
search
: Search for information across DevRev using the search API with support for different namespaces (articles, issues, tickets, parts, dev_users, accounts, rev_orgs).get_current_user
: Fetch details about the currently authenticated DevRev user.get_work
: Get comprehensive information about a specific DevRev work item using its ID.create_work
: Create new issues or tickets in DevRev with specified properties like title, body, assignees, and associated parts.update_work
: Update existing work items by modifying properties such as title, body, assignees, associated parts, or stage transitions.list_works
: List and filter work items based on various criteria like state, dates, assignees, parts, and more.get_part
: Get detailed information about a specific part (enhancement) using its ID.create_part
: Create new parts (enhancements) with specified properties including name, description, assignees, and parent parts.update_part
: Update existing parts by modifying properties such as name, description, assignees, target dates, or stage transitions.list_parts
: List and filter parts based on various criteria like dates, assignees, parent parts, and more.list_meetings
: List and filter meetings in DevRev based on various criteria such as channel, participants, dates, and meeting states.valid_stage_transition
: Get a list of valid stage transitions for a given work item (issue, ticket) or part (enhancement). Use this before updating stages to ensure transitions are valid.add_timeline_entry
: Add timeline entries to work items (issues, tickets) or parts (enhancements) to track updates and progress.get_sprints
: Get active or planned sprints for a given part ID, useful for sprint planning and issue assignment.Before using this MCP server, you need to install either uvx
or uv
, which are modern Python package and project management tools.
uv
is a fast Python package installer and resolver. It includes uvx
for running Python applications.
curl -LsSf https://astral.sh/uv/install.sh | sh
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Using Homebrew (macOS):
brew install uv
Using pip:
pip install uv
After installation, verify that uv
and uvx
are available:
# Check uv version
uv --version
# Check uvx version
uvx --version
Both commands should return version information. If you get "command not found" errors, you may need to restart your terminal or add the installation directory to your PATH.
If you encounter issues:
~/.cargo/bin/
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
An MCP server that integrates with Ollama to provide tools for file operations, calculations, and text processing. Requires a running Ollama instance.
MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.
Provides seamless integration with SonarQube Server or Cloud, and enables analysis of code snippets directly within the agent context
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Search and access Python package metadata, version history, and download statistics from the PyPI repository.
Integrates with Jenkins CI/CD systems for AI-powered insights, build management, and debugging.
Create secure tunnels to expose local servers to the internet using untun.
A NestJS module for building MCP servers to expose tools and resources for AI, with support for multiple transport types.
Convert Figma designs into React Native components.