Loading MCP server directory, please wait...
MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.
npx @getmcp/cli add io.github.dpesch/mantisbt-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
MANTIS_BASE_URLBase URL of the MantisBT REST API, e.g. https://your-mantis.example.com/api/rest
MANTIS_API_KEYMantisBT API key (Profile → API Tokens in MantisBT)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dpesch/mantisbt-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dpesch/mantisbt-mcp-server"
],
"env": {
"MANTIS_BASE_URL": "",
"MANTIS_API_KEY": "",
"MANTIS_CACHE_DIR": "",
"MANTIS_CACHE_TTL": "3600",
"TRANSPORT": "stdio",
"PORT": "3000",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_TOKEN": "",
"MANTIS_SEARCH_ENABLED": "false",
"MANTIS_SEARCH_BACKEND": "vectra",
"MANTIS_SEARCH_DIR": "",
"MANTIS_SEARCH_MODEL": "Xenova/paraphrase-multilingual-MiniLM-L12-v2",
"MANTIS_SEARCH_THREADS": "1",
"MANTIS_UPLOAD_DIR": ""
}
}
}
}