DevRev logo

DevRev

Search and update your company's knowledge graph

About DevRev

DevRev connects customer support and product development through an enterprise knowledge graph. Its remote MCP server lets assistants search workspace knowledge and query or update issues, tickets, enhancements, customers, and product relationships.

Connection details

https://api.devrev.ai/mcp/v1
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add devrev --transport http https://api.devrev.ai/mcp/v1

Frequently asked questions

What is the DevRev remote MCP server?

The DevRev remote MCP server is a hosted Model Context Protocol endpoint at https://api.devrev.ai/mcp/v1, so AI assistants can connect to it without installing or running anything locally. DevRev connects customer support and product development through an enterprise knowledge graph. Its remote MCP server lets assistants search workspace knowledge and query or update issues, tickets, enhancements, customers, and product relationships.

How do I connect to the DevRev MCP server?

Add the endpoint https://api.devrev.ai/mcp/v1 to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the DevRev MCP server require authentication?

Yes. DevRev uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the DevRev MCP server use?

DevRev exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers