devrev/mcp-server
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for DevRev providing access to manage work items, parts, and user information.
Tools
Functions exposed to the LLM to take actions
get_current_user
Fetch the current DevRev user details. When the user specifies 'me' in the query, this tool should be called to get the user details.
search
Search DevRev using the provided query
get_work
Get all information about a DevRev work item (issue, ticket) using its ID
create_work
Create a new work item (issue, ticket) in DevRev
update_work
Update an existing work item (issue, ticket) in DevRev
list_works
List all work items (issues, tickets) in DevRev
get_part
Get information about a part (enhancement) in DevRev using its ID
create_part
Create a new part (enhancement) in DevRev
update_part
Update an existing part (enhancement) in DevRev
list_parts
List all parts (enhancements) in DevRev
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client