Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ“‹ Product Management
  3. Redmine MCP Stateless
Redmine MCP Stateless logo
Health: ActiveRecent health check succeeded.Last checked 9/10/2026, 7:01:23 PM

Redmine MCP Stateless

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
redmineissue-managementproject-managementmcp

Manage Redmine issues, projects, comments, and searches through a stateless MCP server.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "daiji-sshr-redmine-mcp-stateless": {
      "url": "http://localhost:8000/sse"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (13) Directory Badge Claim listing AlternativesπŸ“‹ More in Product Management

Overview

The daiji-sshr/redmine-mcp-stateless MCP server exposes Redmine issue and project operations through MCP over HTTP/SSE or local stdio. It passes the Redmine URL and API key with each request, keeping credentials out of server storage. Use it when an agent needs to review issue history, search comments, create or update issues, or inspect Redmine project data.

Use cases

β€’Review issue progress with complete comment history
β€’Search Redmine discussions across issue comments
β€’Create and update Redmine issues from an AI client
β€’Inspect project configuration and issue master data

Key features

β€’Stateless per-request Redmine credentials
β€’Issue creation, updates, comments, and journal editing
β€’Full-text search across subjects, descriptions, and comments
β€’Issue, project, and attachment retrieval
β€’RHEL systemd and Docker deployment options

Capabilities & Tool Schemas (13) ~163 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Redmine MCP Stateless.

list_issues

List issues with optional filters (project, status, assignee)

get_issue

Issue details including all comments and attachments

create_issue

Create a new issue

update_issue

Update an issue or add a comment

update_journal

Edit an existing comment (requires Redmine 5.0+)

list_issues_with_journals

List issues with all comments β€” useful for per-assignee progress review

How Redmine MCP Stateless works

What the daiji-sshr/redmine-mcp-stateless MCP server does

The daiji-sshr/redmine-mcp-stateless MCP server connects an MCP client to Redmine’s REST API. It supports issue workflows, project lookup, master-data queries, and full-text issue search. Issue responses can include journals and attachments, giving an agent access to both the current record and its discussion history.

The available operations cover listing issues with project, status, or assignee filters; retrieving an issue; creating or updating issues; adding comments; and editing existing comments. Project details, issue statuses, trackers, priorities, and users can also be queried. User listing may require Redmine administrator privileges.

How it works

The server normally runs as an HTTP service using SSE. An MCP client sends the Redmine URL and API key in the X-Redmine-URL and X-Redmine-API-Key headers for each request. These values are held temporarily for request processing and are discarded afterward rather than being persisted by the server.

For local inspection or use, setting MCP_TRANSPORT=stdio switches the process to stdio. In that mode, REDMINE_URL and REDMINE_API_KEY provide the connection details through the environment. The server then calls Redmine’s REST API using those credentials.

Setup and configuration

Redmine must have its REST API enabled under Administration, Settings, and API. An administrator can enable the REST web service, after which a user can retrieve an API access key from My account. Redmine 5.0 or newer is required for the update_journal operation; the other documented capabilities are not stated to require that version.

The daiji-sshr/redmine-mcp-stateless MCP server requires Python 3.12 and can be deployed on RHEL with systemd or in Docker. The RHEL installer creates a dedicated service user, virtual environment, systemd service, log rotation, firewall and SELinux configuration, and listens on port 8000. Docker deployment uses the supplied Compose configuration and requires a Redmine instance reachable from the host.

Claude Code connects to the SSE endpoint at /sse. The client configuration supplies the endpoint and the two Redmine headers. The documented examples use a server address for RHEL or localhost for Docker.

Tools and capabilities

  • Filter and list issues by project, status, or assignee.
  • Retrieve issue details, journals, and attachment metadata.
  • Create issues, change issue data, and add comments.
  • Edit existing journals when Redmine 5.0 or newer is available.
  • Search issue subjects, descriptions, and comments using full-text search.
  • Review issues with their complete comment history for per-assignee progress checks.
  • List and inspect projects, statuses, trackers, priorities, and users.

Limitations and notes

The daiji-sshr/redmine-mcp-stateless MCP server does not store Redmine credentials, but the client still needs to provide a valid API key and URL. Access to data and mutations is governed by the permissions of the Redmine account associated with that key. User enumeration may need administrator access.

The documented client integration is Claude Code over SSE. The README does not establish compatibility with other named MCP clients. The server is intended for HTTP deployment in shared team scenarios; stdio is described mainly for registry inspection or local use. Redmine 5.0+ is specifically necessary for journal editing, and the deployment environment must provide either RHEL with systemd or Docker.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Product Management View all alternatives
  • Redmine MCP Stdio logoRedmine MCP Stdio

    Search, read, create and update Redmine issues, projects and time entries from any MCP client. 12 tools with MCP safety annotations: full-text search, issue journals with attachments, comments and time tracking. npx -y redmine-mcp-stdio

    πŸ“‹ Product Management2 views
    Compare vs Redmine MCP Stdio β†’
  • Codebeamer MCP logoCodebeamer MCP

    Codebeamer ALM integration for managing work items, trackers, and projects. Provides 17 tools for reading and writing items, associations, references, comments, and risk management data via Codebeamer REST API v3.

    πŸ“‹ Product Management10 views
    Compare vs Codebeamer MCP β†’
  • Trello Desktop MCP logoTrello Desktop MCP

    Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment

    πŸ“‹ Product Management5 views
    Compare vs Trello Desktop MCP β†’
  • Framedeck MCP logoFramedeck MCP

    Framedeck is a Kanban content production manager for YouTube, Instagram, TikTok and Podcast creators. 32 tools for managing productions, stages, frames (cards), checklists, comments, and labels. Ideas land in an Idea Pool and graduate into full productions with stages (Idea β†’ Scripting β†’ Filming β†’ Editing β†’ Published). All tools ship with MCP safety annotations. npx framedeck-mcp

    πŸ“‹ Product Management2 views
    Compare vs Framedeck MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
13
Callable tools this server registers over MCP.
Directory activity
7 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Redmine MCP Stateless

Deploy it from the repository on RHEL with the supplied install.sh systemd installer, or start the supplied Docker Compose setup with docker compose up -d --build.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRedmine MCP Stateless AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/daiji-sshr-redmine-mcp-stateless?style=directory)](https://allmcps.com/mcp/daiji-sshr-redmine-mcp-stateless)
HTML Embed
<a href="https://allmcps.com/mcp/daiji-sshr-redmine-mcp-stateless"><img src="https://allmcps.com/api/badge/daiji-sshr-redmine-mcp-stateless?style=directory" alt="Redmine MCP Stateless on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ“‹Product Management
PricingFree
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 2, 2026
24/24 checks healthy over the last 32d
Views7
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 2, 2026
57Quality signal: Good Β· 57/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ“‹ Product Management β†’Alternatives to Redmine MCP Stateless β†’Install in Claude DesktopInstall in CursorInstall in VS Code