Provides a standalone server to expose MantisBT REST API endpoints via the MCP protocol.
Mantis is a standalone MCP (Mantis Connected Protocol) server designed to bridge MantisBT's REST API with any MCP-compatible client. It allows developers and tools to interact seamlessly with their MantisBT instance by translating standard Mantis REST API calls into the MCP format. Users can easily configure the server by setting environment variables for their MantisBT base URL, API token, and URL rewrite preferences, making it straightforward to integrate into various development workflows and environments, such as VS Code.
主要功能
01Configurable with MantisBT instance details and API tokens
02Provides an example for VS Code MCP integration
030 GitHub stars
04Exposes MantisBT REST API endpoints via MCP
05Supports npm and npx for easy installation and execution
使用案例
01Automating tasks requiring MantisBT data access via a standardized protocol
02Integrating MantisBT with development environments like VS Code
03Programmatic interaction with MantisBT issues and projects