mcpbeat Sign in

MantisBT MCP Server

local only

MantisBT MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 151 installs a week from npm.

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

Installs per day peak 175 · avg 29 · +5% w/w
a month agotoday
151
Installs / week
npm · @dpesch/mantisbt-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check MantisBT MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mantisbt-mcp-server -- npx -y @dpesch/mantisbt-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mantisbt-mcp-server": {
      "args": [
        "-y",
        "@dpesch/mantisbt-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mantisbt-mcp-server]
command = "npx"
args = ["-y", "@dpesch/mantisbt-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mantisbt-mcp-server": {
      "args": [
        "-y",
        "@dpesch/mantisbt-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mantisbt-mcp-server": {
      "args": [
        "-y",
        "@dpesch/mantisbt-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MANTIS_BASE_URL (Base URL of the MantisBT REST API, e.g. https://your-mantis.example.com/api/rest), MANTIS_API_KEY (MantisBT API key (Profile → API Tokens in MantisBT)), MANTIS_CACHE_DIR (Directory for the metadata cache. Defaults to ~/.cache/mantisbt-mcp), MANTIS_CACHE_TTL (Metadata cache TTL in seconds. Default: 3600 (1 hour)), TRANSPORT (Transport mode. 'stdio' for local use (default), 'http' for remote/team deployments), PORT (HTTP port when TRANSPORT=http. Default: 3000), MCP_HTTP_HOST (Bind address when TRANSPORT=http. Default: 127.0.0.1 (local only). Use 0.0.0.0 for Docker/remote.), MCP_HTTP_TOKEN (Optional Bearer token to protect the /mcp endpoint when TRANSPORT=http), MANTIS_SEARCH_ENABLED (Enable offline semantic search (requires ~80 MB model download on first use)), MANTIS_SEARCH_BACKEND (Vector store backend for semantic search. 'vectra' (default, pure JS) or 'sqlite-vec' (faster for >10k issues)), MANTIS_SEARCH_DIR (Directory for the semantic search index. Defaults to ~/.cache/mantisbt-mcp/search), MANTIS_SEARCH_MODEL (Hugging Face model for embeddings. Default: Xenova/paraphrase-multilingual-MiniLM-L12-v2), MANTIS_SEARCH_THREADS (ONNX inference threads for the embedding model. Default: 1), MANTIS_UPLOAD_DIR (If set, restricts file uploads to this directory (path traversal protection)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MantisBT MCP Server

same job, measured the same way
Dexi Notes
by dexi

Search and manage your Dexi notes: full-text and semantic search, tags, folders, spaced repetition.

answering
Better Bear
by mreider

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

127 installs/wk local only
Better Bear
by kuvopllc

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

local only
xaffinity MCP
by yaniv-golan

MCP server for Affinity CRM - entity search, relationship intelligence, and workflow management

local only
Cortex
by danielblomma

Local repo context for coding assistants with semantic search and graph relationships.

363 installs/wk local only
Memory Journal MCP
by neverinfamous

Developer journal with knowledge graphs, relationships, Git context, and semantic search

local only
Atako
by atako

Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.

3 tools answering
Octobrain
by muvon

Persistent memory for AI assistants with semantic search and knowledge graph relationships.

411 installs/wk local only

MantisBT MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MantisBT MCP Server?
MantisBT MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dpesch/mantisbt-mcp-server was installed 151 times last week.
How do I connect MantisBT MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dpesch/mantisbt-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use MantisBT MCP Server?
The npm package @dpesch/mantisbt-mcp-server was installed 151 times in the last week. Week over week that is +5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.