mcp-server

mcp-server

3.3

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.

The DevRev MCP Server is designed to facilitate seamless interaction with DevRev's APIs, enabling users to manage work items such as issues and tickets, handle parts or enhancements, and perform searches across DevRev data. It also allows retrieval of user information, making it a comprehensive tool for managing and interacting with DevRev's ecosystem. The server supports CRUD operations for work items and parts, advanced search capabilities, and flexible filtering options, ensuring users can efficiently manage their DevRev data.

Features

  • Comprehensive Work Item Management: Create, read, update, and list both issues and tickets
  • Enhanced Part Management: Full CRUD operations for parts (enhancements) including hierarchical relationships
  • Advanced Search: Search across multiple namespaces with hybrid search capabilities
  • Flexible Filtering: Advanced filtering options for listing work items and parts based on dates, assignees, states, and more
  • User Context: Access to current user information for personalized experiences

Tools

  1. search

    Search for information across DevRev using the search API with support for different namespaces.

  2. get_current_user

    Fetch details about the currently authenticated DevRev user.

  3. get_work

    Get comprehensive information about a specific DevRev work item using its ID.

  4. create_work

    Create new issues or tickets in DevRev with specified properties.

  5. update_work

    Update existing work items by modifying properties.

  6. list_works

    List and filter work items based on various criteria.

  7. get_part

    Get detailed information about a specific part (enhancement) using its ID.

  8. create_part

    Create new parts (enhancements) with specified properties.

  9. update_part

    Update existing parts by modifying properties.

  10. list_parts

    List and filter parts based on various criteria.