Skip to main content
Glama
kpsunil97

DevRev MCP Server

by kpsunil97

DevRev MCP 服务器

概述

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

Related MCP server: Scrapeless MCP Server

工具

  • 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
F
license - not found
C
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server utilizing Claude AI for generating intelligent queries and offering documentation assistance based on API documentation analysis.
    14
    3
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
    88
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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