Skip to main content
Glama

DevRev MCP Server

Official
by devrev

DevRev MCP Server

Overview

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), search across your DevRev data, and retrieve user information.

Tools

Search & Discovery

  • 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.

Work Items (Issues & Tickets)

  • 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, or associated parts.
  • list_works: List and filter work items based on various criteria like state, dates, assignees, parts, and more.

Parts (Enhancements)

  • 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, or target dates.
  • list_parts: List and filter parts based on various criteria like dates, assignees, parent parts, and more.

Configuration

Get the DevRev API Key

  1. Go to https://app.devrev.ai/signup and create an account.
  2. Import your data from your existing data sources like Salesforce, Zendesk while following the instructions here.
  3. Generate an access token while following the instructions here.

Usage with Claude Desktop

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" } } }

Features

  • Comprehensive Work Item Management: Create, read, update, and list both issues and tickets
  • Enhanced Part Management: Full CRUD operations for parts (enhancements) including hierarchical relationships
  • Advanced Search: Search across multiple namespaces with hybrid search capabilities
  • Flexible Filtering: Advanced filtering options for listing work items and parts based on dates, assignees, states, and more
  • User Context: Access to current user information for personalized experiences
  • Rich Data Support: Handle complex relationships between work items, parts, users, and organizations
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

A Model Context Protocol server that enables searching, retrieving, creating, and updating issues and tickets using DevRev APIs.

  1. Overview
    1. Tools
      1. Search & Discovery
      2. Work Items (Issues & Tickets)
      3. Parts (Enhancements)
    2. Configuration
      1. Get the DevRev API Key
      2. Usage with Claude Desktop
    3. Features

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that integrates with Linear's issue tracking system, allowing LLMs to create, update, search, and comment on Linear issues through natural language interactions.
        Last updated -
        324
        288
        JavaScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables searching and retrieving information from DevRev using its APIs with Claude.
        Last updated -
        2
        2
        Python
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
        Last updated -
        12
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables large language models to interact with Linear's issue tracking system, allowing management of issues, projects, teams, and other Linear resources.
        Last updated -
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/devrev/mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server