MCP.so
登录

DevRev MCP server

@devrev

关于 DevRev MCP server

DevRev MCP server

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

devrev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "devrev": {
      "command": "uvx",
      "args": [
        "devrev-mcp"
      ],
      "env": {
        "DEVREV_API_KEY": ""
      }
    }
  }
}

工具

2

Search for information using the DevRev search API with the provided query and namespace.

Get all information about a DevRev issue or ticket using its ID.

概览

What is DevRev MCP server?

A Model Context Protocol server for DevRev that searches and retrieves information using the DevRev APIs. It is intended for users who need to query DevRev data through an MCP client such as Claude Desktop.

How to use DevRev MCP server?

First, obtain a DevRev API key from your DevRev account. Then add the server configuration to your Claude Desktop config file (claude_desktop_config.json). For published servers, use uvx devrev-mcp with the DEVREV_API_KEY environment variable; for development, use uv run devrev-mcp with the appropriate path.

Key features of DevRev MCP server

  • Search DevRev data using the search API with a query and namespace.
  • Retrieve full details of an issue or ticket by ID.
  • Integrates with Claude Desktop via the Model Context Protocol.
  • Requires a DevRev API key for authentication.
  • Supports both published and development server configurations.

Use cases of DevRev MCP server

  • Search across DevRev objects (issues, tickets) with custom queries.
  • Get detailed information about a specific issue or ticket.
  • Enable AI assistants to access DevRev knowledge.
  • Automate support workflows by retrieving ticket data.

FAQ from DevRev MCP server

How do I install the DevRev MCP server?

Install via uvx devrev-mcp for published servers, or use uv run devrev-mcp with the path to the source directory for development. Add the configuration to your Claude Desktop config file.

What tools does the DevRev MCP server provide?

It provides two tools: search – searches for information using the DevRev search API; and get_object – gets all information about a DevRev issue or ticket using its ID.

How do I get a DevRev API key?

Sign up at app.devrev.ai, import your data from sources like Salesforce or Zendesk, then generate a personal access token following DevRev’s authentication documentation.

Which MCP client is supported?

The README includes configuration specifically for Claude Desktop on macOS and Windows.

评论

其他 分类下的更多 MCP 服务器