Zed Mcp Server Redmine
FreeNot checkedZed extension and standalone MCP server for Redmine, exposing issues, projects, wiki, time entries, attachments, versions, relations, watchers, and checklists t
About
Zed extension and standalone MCP server for Redmine, exposing issues, projects, wiki, time entries, attachments, versions, relations, watchers, and checklists to AI agents.
README
Zed extension that registers a redmine MCP context server and launches the
standalone redmine-mcp-server executable.
This repository only maintains the Zed extension. The server implementation, GitHub Releases, and Homebrew formula are maintained in weirdo-adam/redmine-mcp-server.
Requirements
- Zed with MCP extension support
- Redmine REST API enabled
- Redmine API key with the required project permissions
Server Binary
The extension downloads the matching redmine-mcp-server GitHub Release binary
automatically and caches it in the Zed extension runtime directory.
Zed Configuration
{
"context_servers": {
"redmine": {
"settings": {
"REDMINE_BASE_URL": "https://redmine.example.com",
"REDMINE_API_KEY": "your-api-key",
"REDMINE_MCP_READ_ONLY": true
}
}
}
}
Configuration precedence:
- Zed
settings - Zed
command.env - Environment inherited by the Zed process
Empty string values in Zed settings are ignored.
To use a manually installed server, set command explicitly:
{
"context_servers": {
"redmine": {
"command": "/opt/homebrew/bin/redmine-mcp-server"
}
}
}
Settings
| Variable | Default | Description |
|---|---|---|
REDMINE_BASE_URL |
none | Redmine base URL. |
REDMINE_API_KEY |
none | Redmine REST API key. |
REDMINE_MCP_READ_ONLY |
true |
Hide and reject write tools. |
REDMINE_MCP_ENABLE_DELETES |
false |
Expose destructive delete/remove tools. |
REDMINE_TIMEOUT_MS |
30000 |
HTTP request timeout in milliseconds. |
Server settings are documented in the standalone server repository.
Development
scripts/check.sh
The check script runs Rust formatting, type checking, Clippy, and the Zed WASI target check.
Publishing
This repository does not publish a plugin tarball or server archive. Zed extension publishing is handled through Zed's extension registry. Server Releases and Homebrew updates are maintained in the standalone server repository.
Security
Permissions are determined by the configured Redmine API key. Use the least privileged key practical for the target project, and keep real API keys in user-scoped Zed settings.
See SECURITY.md for vulnerability reporting.
Installing Zed Mcp Server Redmine
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/weirdo-adam/zed-mcp-server-redmineFAQ
Is Zed Mcp Server Redmine MCP free?
Yes, Zed Mcp Server Redmine MCP is free — one-click install via Unyly at no cost.
Does Zed Mcp Server Redmine need an API key?
No, Zed Mcp Server Redmine runs without API keys or environment variables.
Is Zed Mcp Server Redmine hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Zed Mcp Server Redmine in Claude Desktop, Claude Code or Cursor?
Open Zed Mcp Server Redmine on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Zed Mcp Server Redmine with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
