Redmine MCP Server
@zacharyelston
About Redmine MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to interact with Redmine for focused and transparent project management.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Redmine MCP Server?
A Model Context Protocol (MCP) server that enables AI assistants to interact with Redmine for focused and transparent project management. It provides a bridge between AI tools and Redmine, allowing the AI to create/update issues, manage wiki pages, track project status, and follow defined processes.
How to use Redmine MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, and configure config.yaml with your Redmine URL and API key. Start the server with python main.py (default port 5000) or deploy via Docker using docker build and docker run. For Claude Desktop, add the provided Docker MCP configuration to your mcp.json.
Key features of Redmine MCP Server
- Access Redmine issues, projects, and wiki pages as MCP resources
- Create and update issues with proper categorization
- Manage wiki pages for documentation
- Get project status summaries and statistics
- Pre-built issue and wiki templates for structured input
Use cases of Redmine MCP Server
- AI assistants create and update Redmine issues on behalf of human team members
- Automatically document AI work in Redmine wiki pages for transparency
- Track AI task progress and project status through Redmine
- Enforce consistent processes and categorization for AI-generated work
FAQ from Redmine MCP Server
What are the prerequisites for running Redmine MCP Server?
Python 3.9+, Flask, a Redmine instance with API access, and an MCP-compatible AI assistant like Claude Desktop.
How do I configure the Redmine connection?
Set the Redmine URL and API key either in config.yaml or via the environment variables REDMINE_URL and REDMINE_API_KEY.
Can I deploy the server using Docker?
Yes, build the image with docker build -t redmine-mcp-server . and run it with docker run -d -p 5000:5000 -e REDMINE_API_KEY=... -e REDMINE_URL=... redmine-mcp-server.
What MCP resources and tools are available?
Resources: issues, projects, wiki pages. Tools: create_issue, update_issue, create_wiki, get_project_status. Prompts: issue_template, wiki_template.
What authentication does the server use?
It uses a Redmine API key passed via configuration or environment variables; no other authentication transport is mentioned.
Frequently asked questions
What are the prerequisites for running Redmine MCP Server?
Python 3.9+, Flask, a Redmine instance with API access, and an MCP-compatible AI assistant like Claude Desktop.
How do I configure the Redmine connection?
Set the Redmine URL and API key either in `config.yaml` or via the environment variables `REDMINE_URL` and `REDMINE_API_KEY`.
Can I deploy the server using Docker?
Yes, build the image with `docker build -t redmine-mcp-server .` and run it with `docker run -d -p 5000:5000 -e REDMINE_API_KEY=... -e REDMINE_URL=... redmine-mcp-server`.
What MCP resources and tools are available?
Resources: issues, projects, wiki pages. Tools: `create_issue`, `update_issue`, `create_wiki`, `get_project_status`. Prompts: `issue_template`, `wiki_template`.
What authentication does the server use?
It uses a Redmine API key passed via configuration or environment variables; no other authentication transport is mentioned.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Comments