Skip to main content
Glama
kpsunil97

DevRev MCP Server

by kpsunil97

Servidor DevRev MCP

Descripción general

Un servidor de Protocolo de Contexto de Modelo para DevRev. Se utiliza para buscar y recuperar información mediante las API de DevRev.

Related MCP server: Scrapeless MCP Server

Herramientas

  • search : busque información utilizando la API de búsqueda DevRev con la consulta y el espacio de nombres proporcionados.

  • get_object : obtiene toda la información sobre un objeto DevRev utilizando su ID.

Configuración

Obtenga la clave API de DevRev

  1. Vaya a https://app.devrev.ai/signup y cree una cuenta.

  2. Importe sus datos desde sus fuentes de datos existentes como Salesforce, Zendesk mientras sigue las instrucciones aquí .

  3. Genere un token de acceso siguiendo las instrucciones aquí .

Uso con Claude Desktop

En MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

En 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