# devrev-mcp-server

> MCP Server

This repository contains a Model Context Protocol (MCP) server for DevRev, enabling information search and retrieval using DevRev APIs. It utilizes tools like `search` and `get_object` and requires a DevRev

## Overview

- **Category:** Search & Knowledge
- **Language:** Python
- **Stars:** 3
- **Forks:** 3
- **Owner:** kpsunil97
- **GitHub:** https://github.com/kpsunil97/devrev-mcp-server
- **Created:** 2024-12-20T21:20:20+00:00
- **Updated:** 2025-03-13T19:57:07+00:00
- **Source:** https://model-context-protocol.com/servers/devrev-model-context-protocol-mcp-server

## Setup

## Setup
1. Go to https://app.devrev.ai/signup and create an account.
2. Import your data from your existing data sources like Salesforce, Zendesk while following the instructions [here](https://devrev.ai/docs/import#available-sources).
3. Generate an access token while following the instructions [here](https://developer.devrev.ai/public/about/authentication#personal-access-token-usage).
4. Configure Claude Desktop by modifying `~/Library/Application\ Support/Claude/claude_desktop_config.json` (MacOS) or `%APPDATA%/Claude/claude_desktop_config.json` (Windows) with the provided `mcpServers` configuration, including setting the `DEVREV_API_KEY` environment variable.

## Tools

## Available Tools

1. `search` (Search for information using the DevRev search API with the provided query and namespace.)
2. `get_object` (Get all information about a DevRev object using its ID.)
