MCP server for MantisBT REST API – read and manage bug tracker issues
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
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_DIRMCP_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— When set, the /mcp endpoint requires Authorization: Bearer <token>. The /health endpoint is always public.MCP_TEST_ENVIRONMENTPORT— 3000 Port for HTTP modeTRANSPORT— stdio Transport mode: stdio or http_PREPUSH_FILTER_ACTIVE[](https://m8ven.ai/mcp/dpesch-mantisbt-mcp-server-1q66u3)