Skip to main content
Glama

DevRev MCP Server

Official
by devrev

DevRev MCP server

Overview

A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.

Tools

  • search: Search for information using the DevRev search API with the provided query and namespace.
  • get_object: Get all information about a DevRev issue or ticket using its ID.
  • create_object: Create a new issue or ticket in DevRev with specified properties.
  • update_object: Update an existing issue or ticket in DevRev by modifying its title or body content.

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" } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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

  1. Overview
    1. Tools
      1. Configuration
        1. Get the DevRev API key
        2. Usage with Claude Desktop

      Related MCP Servers

      • 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
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
        Last updated -
        46
        2
        Python
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.
        Last updated -
        JavaScript
        ISC License
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server for accessing Confluence API using Personal Access Tokens, enabling users to retrieve space lists, view pages, create new pages, and update existing content.
        Last updated -
        TypeScript

      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