Skip to main content
Glama

Mantis MCP Server

by kfnzero

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MANTIS_API_KEYYesYour Mantis API key/token
MANTIS_API_URLYesYour Mantis instance API URL

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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

用暴力法強制取得所有用戶

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kfnzero/mantis-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server