Skip to main content
Glama
clavia-labs

DevRev MCP server

by clavia-labs

DevRev MCP server

Overview

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

Related MCP server: Xalantis MCP Server

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

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers