AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Redmine Mcp Server

mcp-nunocky-redmine-mcp-server · by Nunocky

Redmine MCP Server

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add mcp-nunocky-redmine-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-nunocky-redmine-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Redmine Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Redmine MCP Server

API Reference

setup

uv sync

Using with Cline

    "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.

(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

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.