kfnzero_mantis-mcp-server
If you are the rightful owner of kfnzero_mantis-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.
Mantis MCP Server is a service based on the Model Context Protocol (MCP) for integration with the Mantis Bug Tracker system, providing tools for querying and analyzing data within the Mantis system.
Mantis MCP Server is designed to facilitate seamless integration with the Mantis Bug Tracker system using the Model Context Protocol (MCP). It offers a suite of tools that allow users to query and analyze data within the Mantis system efficiently. The server supports various functionalities such as issue management, user management, project management, and statistical analysis. It is optimized for performance with features like field selection, pagination, and automatic data compression. The server also includes comprehensive error handling and logging capabilities to ensure robust operation. Users can install the server via npm and configure it using environment variables to suit their specific needs. The server is compatible with different platforms, including Windows, macOS, and Linux, and can be integrated into development environments like Visual Studio Code for enhanced productivity.
Features
- Issue Management: Retrieve issue lists with various filtering options and query issue details by ID.
- User Management: Query users by username and retrieve a list of all users.
- Project Management: Retrieve a list of projects.
- Statistical Analysis: Perform issue statistics and assignment statistics with multi-dimensional analysis.
- Performance Optimization: Features like field selection, pagination, and automatic data compression to enhance performance.
Tools
get_issues
Retrieve Mantis issue lists with multiple filtering options.
get_issue_by_id
Retrieve Mantis issue details by ID.
get_user
Query Mantis users by username.
get_projects
Retrieve a list of Mantis projects.
get_issue_statistics
Retrieve Mantis issue statistics data for analysis.
get_assignment_statistics
Retrieve Mantis issue assignment statistics data.
get_users
Retrieve a list of all users.