MCP Enabled Plan.IO (Redmine) Reader
@karateboss
About MCP Enabled Plan.IO (Redmine) Reader
MCP server for Plan.IO
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp_planio": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/karateboss/mcp_planio@main",
"mcp_planio"
],
"env": {
"REDMINE_URL": "https://<your plan.io>",
"REDMINE_API_KEY": "<your api key>"
}
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP Enabled Plan.IO (Redmine) Reader?
MCP Enabled Plan.IO (Redmine) Reader is a Model Context Protocol server that exposes tools to read and search Plan.IO (Redmine-based) issues. It is designed for use with MCP-enabled AI assistants like Claude Desktop.
How to use MCP Enabled Plan.IO (Redmine) Reader?
Install Python 3.10+ and uv. Configure the server in your MCP client (e.g., claude_desktop_config.json) by providing your Plan.IO URL and API key as environment variables. The server is run via uvx from the GitHub repository.
Key features of MCP Enabled Plan.IO (Redmine) Reader
- Read Plan.IO (Redmine) issues
- Search Plan.IO issues
- Works with Claude Desktop and other MCP-enabled tools
- Runs via uvx with no manual cloning required
Use cases of MCP Enabled Plan.IO (Redmine) Reader
- Query project issues from within an AI chat assistant
- Search for specific bugs or feature requests
- Retrieve issue details without leaving the AI tool
FAQ from MCP Enabled Plan.IO (Redmine) Reader
What data does this server access?
It accesses Plan.IO (Redmine) issues using the provided API key and URL.
What are the system requirements?
Python 3.10 or higher and the uv package manager. Tested on Windows and macOS.
How do I configure the API key and URL?
Set the REDMINE_URL and REDMINE_API_KEY environment variables in your MCP client config (e.g., claude_desktop_config.json).
Does it support write operations (create/update issues)?
No. The README only mentions reading and searching issues.
What transport does it use?
The server uses the standard MCP transport via stdio when invoked through uvx. No network transport is detailed.
Frequently asked questions
What data does this server access?
It accesses Plan.IO (Redmine) issues using the provided API key and URL.
What are the system requirements?
Python 3.10 or higher and the `uv` package manager. Tested on Windows and macOS.
How do I configure the API key and URL?
Set the `REDMINE_URL` and `REDMINE_API_KEY` environment variables in your MCP client config (e.g., `claude_desktop_config.json`).
Does it support write operations (create/update issues)?
No. The README only mentions reading and searching issues.
What transport does it use?
The server uses the standard MCP transport via stdio when invoked through `uvx`. No network transport is detailed.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments