DevRev MCP server
@devrev
DevRev MCP server について
DevRev MCP server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": ""
}
}
}
}ツール
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.
概要
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.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント