Mantis MCP Server
About
Mantis MCP Server is a service based on the Model Context Protocol (MCP) that integrates with the Mantis Bug Tracker system. It provides tools to query and analyze data from a Mantis instance via the MCP protocol.
Details
- Author
- MCP-Mirror
- Downloads
- 388
- Categories
- Other
Jump to
- Issue management with filtering and detail retrieval
- User lookup by name and full user list
- Project list retrieval
- Issue statistics grouped by status, priority, severity, handler, or reporter
- Assignment statistics with status filtering
- Performance optimizations: field selection, pagination, auto-compression
Install the package with npm (globally or locally), configure environment variables (MANTIS_API_URL, MANTIS_API_KEY) in a .env file, and then add the server configuration to your MCP client (e.g., Cursor, VS Code) using the provided JSON examples for Windows or macOS/Linux.
Mantis MCP Server
Mantis MCP Server 是一個基於 Model Context Protocol (MCP) 的服務,用於與 Mantis Bug Tracker 系統進行集成。它提供了一系列工具,允許用戶通過 MCP 協議查詢和分析 Mantis 系統中的數據。
功能
- 問題管理
- 獲取問題列表(支持多種過濾條件)
- 根據 ID 查詢問題詳情
- 用戶管理
- 根據用戶名稱查詢用戶
- 獲取所有用戶列表
- 專案管理
- 獲取專案列表
- 統計分析
- 問題統計(支持多維度分析)
- 分派統計(分析問題分派情況)
- 效能優化
- 欄位選擇(減少回傳資料量)
- 分頁處理(控制每次返回數量)
- 自動資料壓縮(大量資料時自動壓縮)
- 完整的錯誤處理和日誌記錄
安裝
npm install mantis-mcp-server
配置
1. 在專案根目錄建立 .env 文件:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



