mantis-bt

raiffhigor/mantis-bt
★ 0 stars TypeScript 🔍 Search Updated today
MantisBT MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mantis-bt": {
      "command": "npx",
      "args": [
        "-y",
        "raiffhigor/mantis-bt"
      ]
    }
  }
}

README Excerpt

MCP server para [MantisBT](https://www.mantisbt.org/) usando a API REST oficial. | Tool | Descrição | |---|---| | `list_projects` | Lista projetos acessíveis | | `get_issue` | Busca uma issue por ID | | `search_issues` | Filtra issues por projeto/responsável/status/texto | | `create_issue` | Cria uma nova issue (envia `Seq. Prioridade=77` por default; aceita `custom_fields`) |

Tools (7)

add_noteattach_filecreate_issueget_issuelist_projectssearch_issuesupdate_issue