A MCP server project
Project description
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 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"
}
}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
devrev_mcp-0.1.2.tar.gz
(17.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file devrev_mcp-0.1.2.tar.gz.
File metadata
- Download URL: devrev_mcp-0.1.2.tar.gz
- Upload date:
- Size: 17.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cfbf2bd429ef6fabadd3efae1541eb4569a5d740e69f71c385c13f47299178b
|
|
| MD5 |
683731538b9ac300bf6fa9b7593eaf3a
|
|
| BLAKE2b-256 |
d1251527fbf32be574bf7cf7de82d918fef2d4ebe4939f21a15d23205c5567f1
|
File details
Details for the file devrev_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: devrev_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87b73c03d87a7e7a2711eb50bf15c004301bf6f7fbccf4a9e6ee44207f68261e
|
|
| MD5 |
133a45745c8c1fbc7ce3ffb4d322f0c2
|
|
| BLAKE2b-256 |
9cdbab2338d8aa5b9223bb2971f97b190ee3edd2b9d1e52b65518b4dd5c4753f
|