DevRev Search
STDIOModel Context Protocol server for searching and retrieving information using DevRev APIs.
Model Context Protocol server for searching and retrieving information using DevRev APIs.
A Model Context Protocol server for DevRev. It is used to search and retrieve information using the DevRev APIs.
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.On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"devrev": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}
"mcpServers": {
"devrev": {
"command": "uv",
"args": [
"--directory",
"Path to src/devrev_mcp directory",
"run",
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "YOUR_DEVREV_API_KEY"
}
}
}