MantisBT
0
Provides a Model Context Protocol server for accessing MantisBT objects via its REST API.
Acerca de
MantisBT is an MCP server designed to facilitate robust, type-safe interactions with MantisBT's REST API. Built with TypeScript, FastMCP, Axios, and Zod, it offers a streamlined way to manage issues, projects, users, and issue notes. It leverages bearer token authentication and Zod schemas for rigorous request/response validation, ensuring reliable data exchange and consistent error handling, making it an ideal tool for integrating MantisBT functionalities into other applications or systems.
Características Principales
- Get, list, and create MantisBT issues.
- Retrieve MantisBT projects by ID or list all projects.
- Access details of the current authenticated user.
- Create notes for existing MantisBT issues.
- Ensures type-safe development and runtime validation using TypeScript and Zod.
- 0 GitHub stars
Casos de Uso
- Developing dashboards or reporting tools that pull project and issue data from MantisBT.
- Streamlining workflow by programmatically interacting with MantisBT's core functionalities.
- Building custom integrations for automated issue creation and management in MantisBT.