Command Palette

Search for a command to run...

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

DevRev Server

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

Enables searching, retrieving, creating, and updating issues and tickets in DevRev using natural language.

GitHubEmbed

Описание

Enables searching, retrieving, creating, and updating issues and tickets in DevRev using natural language.

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 issue or ticket using its ID.
  • create_object: Create a new issue or ticket in DevRev with specified properties.
  • update_object: Update an existing issue or ticket in DevRev by modifying its title or body content.

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/smithery-ai/mcp-server-7

Установка DevRev Server

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

▸ github.com/smithery-ai/mcp-server-7

FAQ

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

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

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

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

DevRev Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

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

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

Похожие MCP

Compare DevRev Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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