Skip to main content
Glama

DevRev MCP Server

Official
by devrev

search

Query and retrieve data from DevRev by specifying a search term and namespace, such as issues, tickets, articles, parts, or users, through the MCP server.

Instructions

Search DevRev using the provided query

Input Schema

NameRequiredDescriptionDefault
namespaceYes
queryYes

Input Schema (JSON Schema)

{ "properties": { "namespace": { "enum": [ "article", "issue", "ticket", "part", "dev_user" ], "type": "string" }, "query": { "type": "string" } }, "required": [ "query", "namespace" ], "type": "object" }
Install Server

Other Tools from DevRev MCP Server

Related Tools

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/devrev/mcp-server'

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