DevRev Server
FreeNot checkedEnables searching, retrieving, creating, and updating issues and tickets in DevRev using natural language.
About
Enables searching, retrieving, creating, and updating issues and tickets in DevRev using natural language.
README
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 issue or ticket using its ID.create_object: Create a new issue or ticket in DevRev with specified properties.update_object: Update an existing issue or ticket in DevRev by modifying its title or body content.
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"
}
}
}
Installing DevRev Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/smithery-ai/mcp-server-7FAQ
Is DevRev Server MCP free?
Yes, DevRev Server MCP is free — one-click install via Unyly at no cost.
Does DevRev Server need an API key?
No, DevRev Server runs without API keys or environment variables.
Is DevRev Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install DevRev Server in Claude Desktop, Claude Code or Cursor?
Open DevRev Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DevRev Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
