MantisBT MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MantisBT MCP Servercreate an issue for project 'Website Redesign' with title 'Homepage image not loading on mobile'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MantisBT MCP Server
A Model Context Protocol (MCP) server for accessing MantisBT objects via its REST API. Built with TypeScript, FastMCP, Axios, and Zod for robust, type-safe development.
Features
This MCP server provides tools to interact with MantisBT through the following capabilities:
Issues
getIssue- Get an issue by IDgetIssues- Get a list of issues with paginationcreateIssue- Create a new issue
Projects
getProject- Get a project by IDgetProjects- Get all projects
Users
getCurrentUser- Get the current authenticated user
Issue Notes
createIssueNote- Create a note for an issue
Related MCP server: ZenTao MCP Server
Setup
Install Dependencies
npm installConfigure Environment Copy
.envand update with your MantisBT instance details:API_URL=https://your-mantisbt-instance.com API_TOKEN=your-api-token-hereBuild the Project
npm run buildRun the Server
npm run dev
Project Structure
src/
controllers/ # Entity classes (Issues, Projects, Users, etc.)
tools/ # MCP tool definitions
types/ # Zod schemas and TypeScript types
config/ # Configuration utilities
main.ts # Server entry pointDevelopment
TypeScript: Strongly typed throughout
Zod: Runtime validation for API requests/responses
Axios: HTTP client for REST API calls
FastMCP: MCP server framework
Error Handling: Consistent error handling across all controllers
API Integration
The server uses the MantisBT REST API with:
Bearer token authentication via
AuthorizationheaderZod schemas for request/response validation
Proper error handling and user-friendly error messages
Type-safe API responses
Available Scripts
npm run dev- Start development servernpm run build- Build TypeScript to JavaScriptnpm run test- Run tests (when implemented)npm run lint- Run ESLint
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) service that enables integration with Mantis Bug Tracker, allowing users to query and analyze bug tracking data through natural language commands.82110MIT
- FlicenseBqualityCmaintenanceEnables interaction with ZenTao project management system through RESTful API v1. Supports bug tracking, project/product management, and automated token authentication for seamless integration.10301
- AlicenseAqualityAmaintenanceIntegrates MantisBT bug tracker into Claude and other MCP clients via the REST API. Read and manage issues, notes, file attachments, tags, relationships, and monitors — with optional offline semantic search across all issues.2341874MIT
- AlicenseBqualityCmaintenanceEnables interaction with ZenTao project management software through its REST API. Supports bug tracking, product management, and issue resolution with secure authentication for streamlined development workflows.72241ISC
Related MCP Connectors
Shortcut project management. Create, update, search stories and manage workflows.
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ggiraudon/mantisbtMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server