# Redmine Mcp Server

> Redmine MCP Server

- **Type:** MCP server
- **Install:** `agentstack add mcp-nunocky-redmine-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Nunocky](https://agentstack.voostack.com/s/nunocky)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [Nunocky](https://github.com/Nunocky)
- **Source:** https://github.com/Nunocky/redmine_mcp_server

## Install

```sh
agentstack add mcp-nunocky-redmine-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Redmine MCP Server

## API Reference

- [Redmine API](https://www.redmine.org/projects/redmine/wiki/Rest_api)
- [MCP Specification](https://modelcontextprotocol.io/specification/2025-03-26)

## setup

```sh
uv sync
```

## Using with Cline

```json
    "Redmine": {
      "disabled": false,
      "command": "uv",
      "args": [
        "--directory",
        "",
        "run",
        "main.py"
      ],
    }
```

## Note

### Reducing the Number of Tools

`main.py` ですべての Tool を登録すると、 Claude Desktop などの環境では最初のツール一覧の読み取りでトークンの上限に達してしまいます。実際に使うときは管理者権限の必要なAPIを除くなどして、必要なツールだけを登録するようにしてください。

If you register all Tools in `main.py`, environments like Claude Desktop may hit the token limit when reading the initial list of tools. When actually using the server, please register only the necessary tools, such as by excluding APIs that require administrator privileges.

### Interacting with the MCP Server Manually

To retrieve the list of tools by passing API requests to `main.py` via a pipe, use the following method.

```sh
(echo '{"jsonrpc":"2.0","id":0, "method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"mcp-util-list-tools","version":"0.1.0"}}}' ; \
 echo '{"jsonrpc":"2.0",         "method":"notifications/initialized"}' ; \
 echo '{"jsonrpc":"2.0", "id":2, "method":"tools/list"}') | python main.py
```

- [MCPを肌で実感。俺がMCPサーバーだ \#LLM \- Qiita](https://qiita.com/Syuparn/items/92417e0e0b3c67f8e205)

## supported APIs

- [x] Issues
- [x] Projects
- [x] Project Memberships
- [x] Users
- [x] Time Entries
- [x] News
- [ ] Issue Relations
- [x] Versions
- [x] Wiki Pages
- [x] Queries
- [x] Attachments
- [x] Issue Statuses
- [x] Trackers
- [x] Enumerations
- [x] Issue Categories
- [x] Roles
- [x] Groups
- [x] Custom Fields
- [x] Search
- [x] Files
- [x] My account  
~~- [ ] Journals~~

## License

This source code is licensed under the Apache License, Version 2.0. See LICENSE for details.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Nunocky](https://github.com/Nunocky)
- **Source:** [Nunocky/redmine_mcp_server](https://github.com/Nunocky/redmine_mcp_server)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-nunocky-redmine-mcp-server
- Seller: https://agentstack.voostack.com/s/nunocky
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
