MCP Redmine
A server integration for the Redmine project management tool.
MCP Redmine - Quick Start Guide (Windows)
This guide will help you set up and run MCP Redmine on your Windows machine, using the folder structure and commands from your setup.
Prerequisites
- Python 3.8 or newer installed
- uv Python package manager (will be installed below)
- git installed
- Access to a Redmine instance and your API key
1. Install uv (Python package manager)
Open PowerShell and run:
pip install uv
2. Clone the MCP Redmine Repository
git clone https://github.com/runekaagaard/mcp-redmine.git
cd "C:/Users/Ade Sulaiman/Desktop/AI/redmine mcp/mcp-redmine"
3. Install Dependencies
uv sync
4. Set Up Environment Variables (for manual run)
Replace with your actual Redmine URL and API key:
$env:REDMINE_URL = "http://localhost:3000"
$env:REDMINE_API_KEY = "your-api-key"
5. Run the MCP Redmine Server
uv run mcp_redmine/server.py main
6. (Optional) Integrate with Claude Desktop
Edit your config at C:/Users/Ade Sulaiman/AppData/Roaming/Claude/claude_desktop_config.json:
{
"mcpServers": {
"redmine": {
"command": "uv",
"args": [
"run",
"--directory",
"C:/Users/Ade Sulaiman/Desktop/AI/redmine mcp/mcp-redmine",
"-m",
"mcp_redmine.server",
"main"
],
"env": {
"REDMINE_URL": "http://localhost:3000",
"REDMINE_API_KEY": "your-api-key"
}
}
}
}
7. Verify the Connection
- Restart Claude Desktop if running.
- Try a Redmine command in Claude Desktop (e.g., "List all Redmine projects").
- Check the MCP Redmine server terminal for activity.
(Original README continues below)
相關伺服器
Kone.vc
贊助Monetize your AI agent with contextual product recommendations
Israel statistics mcp
MCP server that provides programmatic access to the Israeli Central Bureau of Statistics (CBS) price indices and economic data
BasicOps
Projects, tasks and communication built for AI
Calculator
Performs a wide range of mathematical calculations, including basic arithmetic, advanced operations, trigonometry, and safe expression evaluation.
Excel MCP Server
Read and write data from Microsoft Excel files. Supports text, formulas, sheet creation, and Windows-only live editing.
DalexorMI
Dalexor MI is an advanced project memory system designed to provide AI coding assistants with **Contextual Persistence**. Unlike standard RAG (Retrieval-Augmented Generation) systems that perform surface-level keyword searches, Dalexor MI maps the **logical evolution** of a codebase, tracking how symbols, dependencies, and architectural decisions shift over time.
MCPMate
MCPMate is a comprehensive Model Context Protocol (MCP) management center designed to address configuration complexity, resource consumption, security risks, and other issues in the MCP ecosystem, providing users with a unified management platform.
Taiga MCP Server
A server for Taiga project management, enabling advanced sprint and issue tracking.
Agile Luminary
Connects AI clients to the Agile Luminary project management system via its REST API.
Microsoft Planner by CData
A read-only MCP server enabling LLMs to query live Microsoft Planner data using the CData JDBC Driver.
PDF Reader
Read text, metadata, and page count from PDF files securely within the project context.