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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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_commentB | Add a comment (note) to a Redmine issue |
| list_projectsB | List accessible Redmine projects |
| get_projectA | Get a project's details, versions and members |
| log_timeA | 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 |
| searchA | Full-text search across Redmine: issues (subjects, descriptions, comments), wiki pages, news and more. Prefer this over list_issues when looking for text. |
| get_current_userA | Get the Redmine account behind the configured API key: numeric id, login and name. Use the id (or the literal 'me') wherever a user id is expected. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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