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
01Get, list, and create MantisBT issues.
02Retrieve MantisBT projects by ID or list all projects.
03Access details of the current authenticated user.
04Create notes for existing MantisBT issues.
05Ensures type-safe development and runtime validation using TypeScript and Zod.
060 GitHub stars