MCP server for MantisBT REST API – read and manage bug tracker issues
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
process.env. You'll be asked to provide them before it can run.MANTIS_API_KEY— "": "your-api-token"MANTIS_BASE_URL— "": "https://your-mantis.example.com/api/rest",MANTIS_CACHE_DIR— ~/.cache/mantisbt-mcp Directory for the metadata cacheMANTIS_CACHE_TTL— 3600 Cache lifetime in secondsMANTIS_SEARCH_BACKEND— vectra Vector store backend: vectra (pure JS) or sqlite-vec (requires manual install)MANTIS_SEARCH_DIR— {MANTIS_CACHE_DIR}/search Directory for the search indexMANTIS_SEARCH_ENABLED— false Set to true to enable semantic searchMANTIS_SEARCH_MODEL— Xenova/paraphrase-multilingual-MiniLM-L12-v2 Embedding model name (downloaded once on first use, ~80 MB)MANTIS_SEARCH_THREADSMANTIS_UPLOAD_DIR— Every /mcp request must send Authorization: Bearer <token>. Over HTTP, upload_file's file_path is disabled unless is set — use the content (Base64) parameter instead.MCP_HTTP_HOST— 127.0.0.1 Bind address for HTTP mode. Changed from 0.0.0.0 to 127.0.0.1 — the server now listens on localhost only by default. Set to 0.0.0.0 for Docker or remote access.MCP_HTTP_TOKEN— For use as a standalone server (e.g. in remote setups). is required in HTTP mode — the server refuses to start without it:MCP_TEST_ENVIRONMENTPORT— 3000 Port for HTTP modeTRANSPORT— stdio Transport mode: stdio or http_PREPUSH_FILTER_ACTIVE[](https://m8ven.ai/mcp/npm-https-github-com-dpesch-mantisbt-mcp-server)