redmine-mcp-stateless
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDMINE_MCP_PORT | No | 8000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsB | Returns a list of Redmine projects. |
| get_projectC | Returns details of the specified project. |
| list_issuesC | Returns a list of issues. |
| get_issueB | Returns details of the specified issue, including comments and attachments. |
| create_issueC | Creates a new issue. |
| update_issueC | Updates an issue. |
| update_journalB | Edits a journal (comment) on an issue. Requires Redmine 5.0+. |
| list_statusesB | Returns a list of available issue statuses. |
| list_trackersB | Returns a list of available trackers. |
| list_prioritiesA | Returns a list of available issue priorities. Used for priority_id in create_issue / update_issue. |
| search_issues_fullA | Full-text search for issues by keyword. Returns results with description and all comments. Searches across subject, description, and all comments. |
| list_issues_with_journalsB | Returns a list of issues with all comments. Useful for reviewing progress per assignee. |
| list_usersA | Returns a list of Redmine users. Useful for looking up assignee IDs by name. Note: May require Redmine administrator privileges. |
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/daiji-sshr/redmine-mcp-stateless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server