Redmine MCP Server
by ksyrang
This server integrates with the Redmine API through the Model Context Protocol. It is designed to be used with MCP clients like Claude.
Last updated: N/A
What is Redmine MCP Server?
The Redmine MCP Server is a server that allows you to connect to a Redmine instance using the Model Context Protocol (MCP). This enables MCP clients, such as Claude, to interact with and retrieve data from your Redmine projects.
How to use Redmine MCP Server?
- Install the server locally using
npx redmine-mcp-server
or via Smithery usingnpx -y @smithery/cli install @ksyrang/redmine-mcp-server --client claude
. 2. Configure your MCP client (e.g., Claude) to connect to the server, providing the necessary environment variables likeREDMINE_BASE_URL
andREDMINE_API_KEY
.
Key features of Redmine MCP Server
Issue list retrieval
Specific issue detail retrieval
Project list retrieval
Use cases of Redmine MCP Server
Automating Redmine tasks through Claude
Integrating Redmine data into Claude workflows
Querying Redmine information using natural language with Claude
Building custom Redmine integrations with MCP clients
FAQ from Redmine MCP Server
What is MCP?
What is MCP?
Model Context Protocol is a protocol for connecting language models to external data sources.
What is Redmine?
What is Redmine?
Redmine is a free and open source, web-based project management and issue tracking tool.
How do I get my Redmine API key?
How do I get my Redmine API key?
You can find your API key in your Redmine profile settings.
What Redmine versions are supported?
What Redmine versions are supported?
The server should work with most Redmine versions that support the REST API.
Can I contribute to this project?
Can I contribute to this project?
Yes, contributions are welcome! Please submit a pull request on GitHub.