kfnzero/mantis-mcp-server
If you are the rightful owner of 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.
Tools
Functions exposed to the LLM to take actions
get_issues
獲取 Mantis 問題列表,可根據多個條件進行過濾,建議查詢時select選擇id,summary,description就好,資訊過多可能導致程式異常
get_issue_by_id
根據 ID 獲取 Mantis 問題詳情
get_user
根據用戶名稱查詢 Mantis 用戶
get_projects
獲取 Mantis 專案列表
get_issue_statistics
獲取 Mantis 問題統計數據,根據不同維度進行分析
get_assignment_statistics
獲取 Mantis 問題分派統計數據,分析不同用戶的問題分派情況
get_users_by_project_id
獲取指定專案的所有用戶
get_users
用暴力法強制取得所有用戶
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client