Redmine MCP Server
by compasify
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDMINE_URL | Yes | Base URL of the Redmine instance. Example: https://redmine.example.com | |
| REDMINE_API_KEY | Yes | API key generated in Redmine | |
| REDMINE_MCP_READ_ONLY | No | Enable read-only mode. 'true' disables data modification operations. | false |
| REDMINE_MCP_DISABLE_NEWS | No | Set to 'true' to disable news tools. | false |
| REDMINE_MCP_DISABLE_WIKI | No | Set to 'true' to disable wiki tools. | false |
| REDMINE_MCP_DISABLE_FILES | No | Set to 'true' to disable files tools. | false |
| REDMINE_MCP_DISABLE_USERS | No | Set to 'true' to disable user management tools. | false |
| REDMINE_MCP_DISABLE_GROUPS | No | Set to 'true' to disable group management tools. | false |
| REDMINE_MCP_DISABLE_PROJECTS | No | Set to 'true' to disable project management tools. | false |
| REDMINE_MCP_DISABLE_VERSIONS | No | Set to 'true' to disable versions tools. | false |
| REDMINE_MCP_DISABLE_WATCHERS | No | Set to 'true' to disable watchers tools. | false |
| REDMINE_MCP_DISABLE_RELATIONS | No | Set to 'true' to disable issue relations tools. | false |
| REDMINE_MCP_DISABLE_ATTACHMENTS | No | Set to 'true' to disable attachments tools. | false |
| REDMINE_MCP_DISABLE_MEMBERSHIPS | No | Set to 'true' to disable memberships tools. | false |
| REDMINE_MCP_DISABLE_TIME_ENTRIES | No | Set to 'true' to disable time entries tools. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/compasify/redmine-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server