Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Devrev

БесплатноНе проверен

Devrev — Model Context Protocol server

GitHubEmbed

Описание

Devrev — Model Context Protocol server

README

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

  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.
  3. 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"
    }
  }
}

from github.com/kpsunil97/devrev-mcp-server

Установка Devrev

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/kpsunil97/devrev-mcp-server

FAQ

Devrev MCP бесплатный?

Да, Devrev MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Devrev?

Нет, Devrev работает без API-ключей и переменных окружения.

Devrev — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Devrev в Claude Desktop, Claude Code или Cursor?

Открой Devrev на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Devrev with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development