Skip to main content
Glama

DevRev MCP Server

by kpsunil97

DevRev MCP 服务器

概述

DevRev 的模型上下文协议服务器。它用于使用 DevRev API 搜索和检索信息。

工具

  • search :使用带有提供的查询和命名空间的 DevRev 搜索 API 搜索信息。
  • get_object :使用 DevRev 对象的 ID 获取有关该对象的所有信息。

配置

获取 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.

模型上下文协议服务器,可使用其 API 和 Claude 从 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