Skip to main content
Glama

DevRev MCP Server

by kpsunil97

DevRev MCP サーバー

概要

DevRev用のモデルコンテキストプロトコルサーバー。DevRev APIを使用して情報を検索および取得するために使用されます。

ツール

  • search : 指定されたクエリと名前空間を使用して、DevRev 検索 API を使用して情報を検索します。
  • get_object : ID を使用して DevRev オブジェクトに関するすべての情報を取得します。

構成

DevRev APIキーを取得する

  1. https://app.devrev.ai/signupにアクセスしてアカウントを作成してください。
  2. ここでの指示に従って、Salesforce、Zendesk などの既存のデータ ソースからデータをインポートします。
  3. ここの指示に従ってアクセス トークンを生成します。

Claude Desktopでの使用

MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json

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" } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude の API を使用して DevRev から情報を検索および取得できるようにするモデル コンテキスト プロトコル サーバー。

  1. 概要
    1. ツール
      1. 構成
        1. DevRev APIキーを取得する
        2. Claude Desktopでの使用

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
        Last updated -
        3
        2
        TypeScript
      • A
        security
        A
        license
        A
        quality
        A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
        Last updated -
        2
        19
        TypeScript
        MIT License
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables users to create, check status, and get details of projects on Loveable.dev, a platform for quickly creating applications.
        Last updated -
        JavaScript
        ISC License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.
        Last updated -
        5
        435
        8
        TypeScript
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/kpsunil97/devrev-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server