DevRev MCP server
@devrev
About DevRev MCP server
DevRev MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": ""
}
}
}
}Tools
2Search 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.
Overview
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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
ICSS
chokcoco不止于 CSS
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments