MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
redmine-mcp-server · pypi · 2.12.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jztan/redmine-mcp-server",
"description": "MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking",
"repository": {
"url": "https://github.com/jztan/redmine-mcp-server",
"source": "github"
},
"version": "2.12.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "redmine-mcp-server",
"version": "2.12.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of your Redmine server (e.g., https://your-redmine-server.com)",
"isRequired": true,
"format": "string",
"name": "REDMINE_URL"
},
{
"description": "Redmine username for authentication (alternative to API key)",
"format": "string",
"name": "REDMINE_USERNAME"
},
{
"description": "Redmine password for authentication (alternative to API key)",
"format": "string",
"isSecret": true,
"name": "REDMINE_PASSWORD"
},
{
"description": "Redmine API key for authentication (alternative to username/password)",
"format": "string",
"isSecret": true,
"name": "REDMINE_API_KEY"
},
{
"description": "Host address for the MCP server (default: 0.0.0.0)",
"format": "string",
"default": "0.0.0.0",
"name": "SERVER_HOST"
},
{
"description": "Port for the MCP server (default: 8000)",
"format": "number",
"default": "8000",
"name": "SERVER_PORT"
},
{
"description": "Public hostname for file download URLs (default: localhost)",
"format": "string",
"default": "localhost",
"name": "PUBLIC_HOST"
},
{
"description": "Public port for file download URLs (default: 8000)",
"format": "number",
"default": "8000",
"name": "PUBLIC_PORT"
},
{
"description": "Directory for storing downloaded attachments (default: ./attachments)",
"format": "string",
"default": "./attachments",
"name": "ATTACHMENTS_DIR"
},
{
"description": "Enable automatic cleanup of expired files (default: true)",
"format": "boolean",
"default": "true",
"name": "AUTO_CLEANUP_ENABLED"
},
{
"description": "Interval between cleanup runs in minutes (default: 10)",
"format": "number",
"default": "10",
"name": "CLEANUP_INTERVAL_MINUTES"
},
{
"description": "Default expiry time for attachments in minutes (default: 60)",
"format": "number",
"default": "60",
"name": "ATTACHMENT_EXPIRES_MINUTES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T02:29:56.378564Z",
"publishedAt": "2026-08-22T02:29:56.378564Z",
"updatedAt": "2026-08-22T02:29:56.378564Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 2.12.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.