mantisbt-mcp-server
MantisBT MCP Server
MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.
Package Details
@dpesch/mantisbt-mcp-server
Environment Variables
Base URL of the MantisBT REST API, e.g. https://your-mantis.example.com/api/rest
MantisBT API key (Profile → API Tokens in MantisBT)
Directory for the metadata cache. Defaults to ~/.cache/mantisbt-mcp
3600Metadata cache TTL in seconds. Default: 3600 (1 hour)
stdioTransport mode. 'stdio' for local use (default), 'http' for remote/team deployments
3000HTTP port when TRANSPORT=http. Default: 3000
127.0.0.1Bind address when TRANSPORT=http. Default: 127.0.0.1 (local only). Use 0.0.0.0 for Docker/remote.
Optional Bearer token to protect the /mcp endpoint when TRANSPORT=http
falseEnable offline semantic search (requires ~80 MB model download on first use)
vectraVector store backend for semantic search. 'vectra' (default, pure JS) or 'sqlite-vec' (faster for >10k issues)
Directory for the semantic search index. Defaults to ~/.cache/mantisbt-mcp/search
Xenova/paraphrase-multilingual-MiniLM-L12-v2Hugging Face model for embeddings. Default: Xenova/paraphrase-multilingual-MiniLM-L12-v2
1ONNX inference threads for the embedding model. Default: 1
If set, restricts file uploads to this directory (path traversal protection)