Zed extension and standalone MCP server for Redmine, exposing issues, projects, wiki, time entries, attachments, versions, relations, watchers, and checklists to AI agents.
MCPpedia last refreshed this data
Zed MCP Server Redmine is an MCP server that zed extension and standalone MCP server for Redmine, exposing issues, projects, wiki, time entries, attachments, versions, relations, watchers, and checklists to AI agents. Its tool list has not been published yet over stdio, requires no API key, and scores 33/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"zed-mcp-server-redmine": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Zed extension that registers a redmine MCP context server and launches the standalone redmine-mcp-server executable.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / education
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
MCP Security Weekly
Get CVE alerts and security updates for Zed Mcp Server Redmine and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
The extension downloads the matching redmine-mcp-server GitHub Release binary
automatically and caches it in the Zed extension runtime directory.
{
"context_servers": {
"redmine": {
"settings": {
"REDMINE_BASE_URL": "https://redmine.example.com",
"REDMINE_API_KEY": "your-api-key",
"REDMINE_MCP_READ_ONLY": true
}
}
}
}
Configuration precedence:
settingscommand.envEmpty 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"
}
}
}
| 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.
scripts/check.sh
The check script runs Rust formatting, type checking, Clippy, and the Zed WASI target check.
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.
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.