Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol server for DevRev that provides access to DevRev's APIs for managing work items, parts, search functionality, and user information.
Add this to your MCP client configuration:
{
"mcpServers": {
"devrev-mcp-server": {
"command": "uvx",
"args": [
"devrev-mcp"
],
"env": {
"DEVREV_API_KEY": "<Your DevRev API access token>"
}
}
}
}{
"id": "devrev-mcp-server",
"name": "DevRev",
"description": "A Model Context Protocol server for DevRev that provides access to DevRev's APIs for managing work items, parts, search functionality, and user information.",
"source_url": "https://github.com/devrev/mcp-server",
"publisher_name": "devrev",
"publisher_url": "https://github.com/devrev",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 311,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "devrev-mcp"
},
"tools_count": 10
}