MCP Servers / development / Mantis MCP Server

Mantis MCP Server

JSON →
stdionone10development

An MCP server for integrating with the Mantis Bug Tracker system.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: mantis-mcp-server
Tools
What this server exposes
get_issues
獲取 Mantis 問題列表,可根據多個條件進行過濾
get_issue_by_id
根據 ID 獲取 Mantis 問題詳情
get_user
根據用戶名稱查詢 Mantis 用戶
get_projects
獲取 Mantis 專案列表
get_issue_statistics
獲取 Mantis 問題統計數據,根據不同維度進行分析
get_assignment_statistics
獲取 Mantis 問題分派統計數據,分析不同用戶的問題分派情況
get_users
用暴力法獲取所有用戶列表
Configuration
Environment & auth
authnone
envMANTIS_API_URL
envMANTIS_API_KEY
envYOUR_MANTIS_API_URL
envYOUR_MANTIS_API_KEY
Resources
Mantis MCP Server — MCP Server · libregistry