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"
}
}
}
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Bash MCP Server
Execute bash commands on the host machine.
Langfuse Prompt Management
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
Enhanced QR Code MCP Server
Advanced QR code generation and processing with support for custom styling, multiple formats, batch processing, and analytics.
MCP Servers Collection
A collection of MCP servers providing structured interfaces for AI assistants to interact with various development tools and services.
AI pair programming
Orchestrates a dual-AI engineering loop where a Primary AI plans and implements, while a Review AI validates and reviews, with continuous feedback for optimal code quality. Supports custom AI pairing (Claude, Codex, Gemini, etc.)
MockMCP
Create mock MCP servers instantly for developing and testing agentic AI workflows.
Jenkins MCP Server
Integrates with Jenkins CI/CD systems for AI-powered insights, build management, and debugging.
PydanticRPC
A Python library for building gRPC/ConnectRPC services with Pydantic models, featuring automatic protobuf generation and AI assistant tool exposure.
FLUX Image Generator
Generate images using Black Forest Lab's FLUX model.
Interactive Feedback MCP
Provides interactive user feedback and command execution for AI-assisted development.