DevRev MCP server
Search and retrieve information from DevRev using its APIs.
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 object using its ID.
Configuration
Get the DevRev API key
- Go to https://app.devrev.ai/signup and create an account.
- Import your data from your existing data sources like Salesforce, Zendesk while following the instructions here.
- 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
Published Servers Configuration
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
Development/Unpublished Servers Configuration
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
即梦AI多模态MCP
A multimodal generation service using Volcengine Jimeng AI for image generation, video generation, and image-to-video conversion.
SonarQube MCP Server
Integrates with SonarQube to provide AI assistants with access to code quality metrics, issues, and analysis results.
CodebaseIQ Pro
Provides AI assistants with a comprehensive, one-time analysis for complete codebase context and understanding.
Godot MCP
MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot projects.
Add Tool
Fetches and sets up an MCP server from a specified GitHub repository.
Honeybadger
Interact with the Honeybadger API for error and uptime monitoring.
MCP Stdio-HTTP Proxy
A TypeScript proxy that connects stdio MCP clients to HTTP SSE MCP servers, handling OAuth authentication.
PlantUML-MCP-Server
MCP server that provides PlantUML diagram generation capabilities
Remote MCP Server Authless Test
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
Deephaven MCP
MCP servers for Deephaven to orchestrate data workers and power documentation Q&A with LLMs, enabling AI-driven data workflows.