MantisBT MCP Server for Grok
io.github.dpesch/mantisbt-mcp-server
MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.
client:Grok
transport:stdio
runtime:npm
Install MantisBT MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mantisbt-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dpesch/mantisbt-mcp-server"
],
"env": {
"MANTIS_BASE_URL": "<MANTIS_BASE_URL>",
"MANTIS_API_KEY": "<MANTIS_API_KEY>",
"MANTIS_CACHE_DIR": "<MANTIS_CACHE_DIR>",
"MANTIS_CACHE_TTL": "<MANTIS_CACHE_TTL>",
"TRANSPORT": "<TRANSPORT>",
"PORT": "<PORT>",
"MCP_HTTP_HOST": "<MCP_HTTP_HOST>",
"MCP_HTTP_TOKEN": "<MCP_HTTP_TOKEN>",
"MANTIS_SEARCH_ENABLED": "<MANTIS_SEARCH_ENABLED>",
"MANTIS_SEARCH_BACKEND": "<MANTIS_SEARCH_BACKEND>",
"MANTIS_SEARCH_DIR": "<MANTIS_SEARCH_DIR>",
"MANTIS_SEARCH_MODEL": "<MANTIS_SEARCH_MODEL>",
"MANTIS_SEARCH_THREADS": "<MANTIS_SEARCH_THREADS>",
"MANTIS_UPLOAD_DIR": "<MANTIS_UPLOAD_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs