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 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"
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 mseep_devrev_mcp-0.1.2.tar.gz.
File metadata
- Download URL: mseep_devrev_mcp-0.1.2.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7f0c1d1939d1ba9fa9f25b7f2488124e1b3ed454e883594707e547e45ab5bbf
|
|
| MD5 |
d810a8026f1c50fb76a3f5ed00a5f942
|
|
| BLAKE2b-256 |
6b0719206aa8225860f98341e6ea2e83b44e052a062e9813e6da1ba075c9c7b5
|
File details
Details for the file mseep_devrev_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mseep_devrev_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2683a4e78c5f512370c94a19d1b362a1cb48afaff562822aa06e1d9db742250
|
|
| MD5 |
78fc2bd8cb7763a5b2b6ead90e545825
|
|
| BLAKE2b-256 |
c3e93611e51c39a4fa482db151a68432fef55d8e1f0fa2d3dfd9edf044022e8d
|