MCP.so
Sign In

Redmine MCP 서버

@ksyrang

About Redmine MCP 서버

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Redmine-MCP-Server": {
      "command": "npx",
      "args": [
        "redmine-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Redmine MCP 서버?

Redmine MCP 서버 is a server that integrates with the Redmine API through the Model Context Protocol, designed for use with MCP clients such as Claude. It allows users to interact with Redmine project management data via natural language or structured commands.

How to use Redmine MCP 서버?

Install locally using npx redmine-mcp-server or automatically via Smithery with npx -y @smithery/cli install @ksyrang/redmine-mcp-server --client claude. Configure your MCP client (e.g., Claude Desktop) with the command npx, arguments ["redmine-mcp-server"], and environment variables REDMINE_BASE_URL and REDMINE_API_KEY pointing to your Redmine instance.

Key features of Redmine MCP 서버

  • Retrieve a list of issues from Redmine.
  • View details of a specific issue.
  • List all projects in the Redmine instance.

Use cases of Redmine MCP 서버

  • Ask Claude to show all open issues across projects.
  • Get a detailed view of a single high-priority issue.
  • Browse available Redmine projects without leaving the chat interface.
  • Combine issue and project data for quick status updates.

FAQ from Redmine MCP 서버

What environment variables are required?

The server needs REDMINE_BASE_URL (your Redmine URL) and REDMINE_API_KEY (your API key) set in the environment.

How do I install Redmine MCP 서버 locally?

Run npx redmine-mcp-server in your terminal. For Smithery-based installation, use the command npx -y @smithery/cli install @ksyrang/redmine-mcp-server --client claude.

What operations does the server support?

It supports listing issues, viewing individual issue details, and listing projects. No other operations are mentioned in the README.

How do I configure the server with Claude Desktop?

Add a redmine entry under mcpServers in your Claude configuration file with command: "npx", args: ["redmine-mcp-server"], and the required environment variables.

Is authentication handled automatically?

The server uses a Redmine API key provided via the REDMINE_API_KEY environment variable; no other authentication mechanism is described.

Frequently asked questions

What environment variables are required?

The server needs `REDMINE_BASE_URL` (your Redmine URL) and `REDMINE_API_KEY` (your API key) set in the environment.

How do I install Redmine MCP 서버 locally?

Run `npx redmine-mcp-server` in your terminal. For Smithery-based installation, use the command `npx -y @smithery/cli install @ksyrang/redmine-mcp-server --client claude`.

What operations does the server support?

It supports listing issues, viewing individual issue details, and listing projects. No other operations are mentioned in the README.

How do I configure the server with Claude Desktop?

Add a `redmine` entry under `mcpServers` in your Claude configuration file with `command: "npx"`, `args: ["redmine-mcp-server"]`, and the required environment variables.

Is authentication handled automatically?

The server uses a Redmine API key provided via the `REDMINE_API_KEY` environment variable; no other authentication mechanism is described.

Comments

More Other MCP servers