redmine-mcp-stdio
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDMINE_URL | Yes | Base URL of your Redmine instance (http/https) | |
| REDMINE_API_KEY | Yes | Personal API access key | |
| REDMINE_TIMEOUT_MS | No | Per-request timeout in milliseconds | 10000 |
| REDMINE_MAX_RETRIES | No | Retries on 429/5xx with exponential backoff | 2 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_issuesC | List Redmine issues with optional filters and pagination |
| get_issueA | Get full details of one Redmine issue by id, including attachments and, by default, comments/history (journals) |
| create_issueC | Create a new Redmine issue |
| update_issueC | Update fields of an existing Redmine issue |
| add_commentC | Add a comment (note) to a Redmine issue |
| list_projectsC | List accessible Redmine projects |
| get_projectC | Get a project's details, versions and members |
| log_timeC | Log a time entry against an issue or a project |
| list_time_entriesB | List time entries, filtered by issue, project, user or date range |
| list_enumerationsA | List trackers, statuses, priorities and time-entry activities with their IDs |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/andrelaptenok/redmine-mcp-stdio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server