An integration between Claude AI (or any MCP client - Like Windsurf) and Redmine using the Model Context Protocol (MCP).
If you want an AI assistant working directly with RedmineMCP, the redminemcp mcp server is the bridge. An integration between Claude AI (or any MCP client - Like Windsurf) and Redmine using the Model Context Protocol (MCP).
An integration between Claude AI (or any MCP client - Like Windsurf) and Redmine using the Model Context Protocol (MCP).
You can use the existing tooling like Jira MCP servers to accomplish this. We disagree with Jira's structure and design as Redmine allows entire Projects to be shifted or rehomed without issue. If you want an 100% OpenSource solution, keep reading.
Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 7 environment variables: REDMINE_URL, REDMINE_API_KEY, LOG_LEVEL, GITLAB_URL, GITLAB_TOKEN, GITLAB_PROJECT_ID, SYNC_GITHUB_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. RedmineMCP sits in that group. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
{
"mcpServers": {
"redmine": {
"command": "node",
"args": ["/absolute/path/to/redmcp-typescript/build/index.js"],
"env": {
"REDMINE_URL": "http://your-redmine-instance.com",
"REDMINE_API_KEY": "your-api-key-here",
"LOG_LEVEL": "info"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| REDMINE_URL | Endpoint or connection string the server talks to. | Yes |
| REDMINE_API_KEY | Credential the server authenticates with. | Yes |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| GITLAB_URL | Endpoint or connection string the server talks to. | Yes |
| GITLAB_TOKEN | Credential the server authenticates with. | Yes |
| GITLAB_PROJECT_ID | Configuration value read at startup. | Optional |
| SYNC_GITHUB_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.