Skip to content

MantisBT MCP Server for Zed

io.github.dpesch/mantisbt-mcp-server

MantisBT MCP server – manage issues, notes, files, tags, and relationships. With semantic search.

client:Zed transport:stdio runtime:npm

Install MantisBT MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mantisbt-mcp-server": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MantisBT MCP Server in other clients