MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
npx -y @dpesch/mantisbt-mcp-server{
"MANTIS_BASE_URL": "YOUR_VALUE_HERE",
"MANTIS_API_KEY": "YOUR_SECRET_VALUE",
"MANTIS_CACHE_DIR": "YOUR_VALUE_HERE",
"MANTIS_CACHE_TTL": "3600",
"TRANSPORT": "stdio",
"PORT": "3000",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_TOKEN": "YOUR_SECRET_VALUE",
"MANTIS_SEARCH_ENABLED": "false",
"MANTIS_SEARCH_BACKEND": "vectra",
"MANTIS_SEARCH_DIR": "YOUR_VALUE_HERE",
"MANTIS_SEARCH_MODEL": "Xenova/paraphrase-multilingual-MiniLM-L12-v2",
"MANTIS_SEARCH_THREADS": "1",
"MANTIS_UPLOAD_DIR": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-dpesch-mantisbt-mcp-server": {
"command": "npx",
"args": [
"-y",
"@dpesch/mantisbt-mcp-server"
],
"env": {
"MANTIS_BASE_URL": "YOUR_VALUE_HERE",
"MANTIS_API_KEY": "YOUR_SECRET_VALUE",
"MANTIS_CACHE_DIR": "YOUR_VALUE_HERE",
"MANTIS_CACHE_TTL": "3600",
"TRANSPORT": "stdio",
"PORT": "3000",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_TOKEN": "YOUR_SECRET_VALUE",
"MANTIS_SEARCH_ENABLED": "false",
"MANTIS_SEARCH_BACKEND": "vectra",
"MANTIS_SEARCH_DIR": "YOUR_VALUE_HERE",
"MANTIS_SEARCH_MODEL": "Xenova/paraphrase-multilingual-MiniLM-L12-v2",
"MANTIS_SEARCH_THREADS": "1",
"MANTIS_UPLOAD_DIR": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
MantisBT MCP Server is an MCP server for MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @dpesch/mantisbt-mcp-server; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @dpesch/mantisbt-mcp-server. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @dpesch/mantisbt-mcp-server. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @dpesch/mantisbt-mcp-server. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @dpesch/mantisbt-mcp-server. Add required environment variables before starting Cursor or VS Code.
MantisBT MCP Server uses STDIO transport. Use the package or command config in Install.
MantisBT MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
MantisBT MCP Server is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@dpesch/mantisbt-mcp-serverstdio | npm | 1.9.1 | Env: MANTIS_BASE_URL required Env: MANTIS_API_KEY required secret Env: MANTIS_CACHE_DIR Env: MANTIS_CACHE_TTL Env: TRANSPORT Env: PORT Env: MCP_HTTP_HOST Env: MCP_HTTP_TOKEN secret Env: MANTIS_SEARCH_ENABLED Env: MANTIS_SEARCH_BACKEND Env: MANTIS_SEARCH_DIR Env: MANTIS_SEARCH_MODEL Env: MANTIS_SEARCH_THREADS Env: MANTIS_UPLOAD_DIR |