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
mseep_devrev_mcp-0.1.1.tar.gz
(16.5 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 mseep_devrev_mcp-0.1.1.tar.gz.
File metadata
- Download URL: mseep_devrev_mcp-0.1.1.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e0d761f2d38f8de6f14c7af9fae7b7427a23997ebae8b960de49766f8171376
|
|
| MD5 |
f2b3d2fcdb4c41e5c7d4e751308b66d6
|
|
| BLAKE2b-256 |
97ce0e15d304a4add51d30d13d750deaba36acc8316325f2a1edb6735d6b0824
|
File details
Details for the file mseep_devrev_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mseep_devrev_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.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 |
441dbd670f32225d561252c10757e737ed05fba6490709c7e3b0600fe5d0604c
|
|
| MD5 |
e0a5b381bf2a60cd8f6de562ca46645f
|
|
| BLAKE2b-256 |
513a5004afa48df7c33911d5a1b12de49995166ddbac8cb182421bd7adc81c8a
|