DevRev MCP Server
by kpsunil97
The DevRev MCP server is a Model Context Protocol server for DevRev. It's used to search and retrieve information using the DevRev APIs.
Last updated: N/A
What is DevRev MCP Server?
A Model Context Protocol server for DevRev that allows searching and retrieving information from DevRev using their APIs.
How to use DevRev MCP Server?
- Get a DevRev API key by creating an account and generating an access token. 2. Configure the server in your Claude Desktop configuration file (claude_desktop_config.json) by providing the command, arguments, and setting the DEVREV_API_KEY environment variable. 3. Use the
search
tool to search for information using the DevRev search API. 4. Use theget_object
tool to get information about a DevRev object using its ID.
Key features of DevRev MCP Server
Search using DevRev API
Retrieve DevRev objects by ID
Integration with Claude Desktop
Configurable API key
Model Context Protocol support
Use cases of DevRev MCP Server
Searching for specific DevRev issues or features
Retrieving details about a particular DevRev object
Integrating DevRev data into other applications
Providing context to AI models using DevRev data
FAQ from DevRev MCP Server
How do I get a DevRev API key?
How do I get a DevRev API key?
Go to https://app.devrev.ai/signup and create an account. Then, follow the instructions at https://developer.devrev.ai/public/about/authentication#personal-access-token-usage to generate an access token.
Where is the claude_desktop_config.json file located?
Where is the claude_desktop_config.json file located?
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json. On Windows: %APPDATA%/Claude/claude_desktop_config.json
What are the available tools?
What are the available tools?
The available tools are search
and get_object
.
What is the purpose of the search
tool?
What is the purpose of the search
tool?
The search
tool allows you to search for information using the DevRev search API with a provided query and namespace.
What is the purpose of the get_object
tool?
What is the purpose of the get_object
tool?
The get_object
tool allows you to get all information about a DevRev object using its ID.