Mcp For Redmine
@chspower1
Mcp For Redmine について
This project is a Model-Context-Protocol (MCP) server for interacting with Redmine. With an MCP-compatible client, you can easily manage Redmine projects, issues, users, and time entries.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-for-redmine": {
"command": "npx",
"args": [
"-y",
"@chspower1/mcp-for-redmine@latest"
],
"env": {
"REDMINE_BASE_URL": "https://your.redmine.tld",
"REDMINE_API_KEY": "your_api_key_here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Mcp For Redmine?
Mcp For Redmine is a Model-Context-Protocol (MCP) server that lets MCP-compatible clients manage Redmine projects, issues, users, and time entries. It connects to any Redmine instance via its REST API and is intended for developers and administrators who want to interact with Redmine through AI assistants or custom tools.
How to use Mcp For Redmine?
Install and configure the server by adding it as an MCP server in your client (Cursor, Claude Desktop, Claude Code, Gemini CLI, or OpenAI Codex). Provide your Redmine base URL and API key via environment variables (REDMINE_BASE_URL and REDMINE_API_KEY) or CLI flags (--url, --api-key). The server runs via npx -y @chspower1/mcp-for-redmine@latest using stdio transport.
Key features of Mcp For Redmine
- Manage users: create, get, list, update, delete.
- Manage projects: CRUD plus archive/unarchive operations.
- Manage issues: full CRUD with support for custom fields and attachments.
- Manage time entries: list, get, create, update, delete.
- Alpha APIs for memberships, versions, wiki pages, queries, files, attachments, issue relations, and more.
- Pagination and association expansion on list tools.
Use cases of Mcp For Redmine
- Automate issue creation or updates from an AI assistant.
- Retrieve project and user details to answer questions without manual Redmine navigation.
- Synchronize time entries or project data between Redmine and other tools.
- Bulk operations on issues, versions, or wiki pages via natural language commands.
FAQ from Mcp For Redmine
What transport does Mcp For Redmine support?
Currently only stdio (standard input/output) transport is supported.
What are the requirements to run Mcp For Redmine?
Node.js 18 or higher and a Redmine API key. The compatibility baseline is Redmine 6.0.6.
How do I configure the Redmine URL and API key?
You can set REDMINE_BASE_URL (or REDMINE_URL) and REDMINE_API_KEY (or REDMINE_TOKEN) as environment variables, use CLI flags --url and --api-key, or place them in a .env file. For most clients, add them under env in the MCP server config.
Does the server support file attachments?
Yes. Use attachments_upload to upload a Base64 file and get a token, then include the token in the uploads field of issues_create/update or wiki_pages_create_or_update.
What should I do if I see "Redmine URL is required" or authentication errors?
Ensure your URL and API key are correctly set using one of the configuration methods. For security, use environment variables. Verify your API key permissions and network connectivity.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
コメント