Skip to content
Cursor

MantisBT MCP Server for Cursor

io.github.dpesch/mantisbt-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install MantisBT MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MantisBT MCP Server in other clients