74
/ 100
11 days ago
npm

dpesch/mantisbt-mcp-server

MCP server for MantisBT REST API – read and manage bug tracker issues

dpesch/mantisbt-mcp-server· npm: @dpesch/mantisbt-mcp-server· listed on npm
Is this your MCP?

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.

// key findings
⚠️
Known vulnerabilities in dependencies: 1 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
37 tools verified — handlers match their declared behaviour
23 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: MANTIS_API_KEY, MCP_HTTP_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretMANTIS_API_KEY"": "your-api-token"
configMANTIS_BASE_URL"": "https://your-mantis.example.com/api/rest",
configMANTIS_CACHE_DIR~/.cache/mantisbt-mcp Directory for the metadata cache
configMANTIS_CACHE_TTL3600 Cache lifetime in seconds
configMANTIS_SEARCH_BACKENDvectra Vector store backend: vectra (pure JS) or sqlite-vec (requires manual install)
configMANTIS_SEARCH_DIR{MANTIS_CACHE_DIR}/search Directory for the search index
configMANTIS_SEARCH_ENABLEDfalse Set to true to enable semantic search
configMANTIS_SEARCH_MODELXenova/paraphrase-multilingual-MiniLM-L12-v2 Embedding model name (downloaded once on first use, ~80 MB)
configMANTIS_SEARCH_THREADS
configMANTIS_UPLOAD_DIREvery /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.
configMCP_HTTP_HOST127.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.
🔐 secretMCP_HTTP_TOKENFor use as a standalone server (e.g. in remote setups). is required in HTTP mode — the server refuses to start without it:
configMCP_TEST_ENVIRONMENT
configPORT3000 Port for HTTP mode
configTRANSPORTstdio Transport mode: stdio or http
config_PREPUSH_FILTER_ACTIVE
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/npm-https-github-com-dpesch-mantisbt-mcp-server)](https://m8ven.ai/mcp/npm-https-github-com-dpesch-mantisbt-mcp-server)
commit: 70f5e29ab94b343c29cecc7f96f60c182e22184e
code hash: 842d8cc4b4fc3c644afdc5dce8ed104f3e2941588ac74bfe58c9c6a4cea8ee6c
verified: 7/20/2026, 9:35:54 AM
view raw JSON →