1 个 Skill
# Redmine MCP
## Prerequisites
The **redmine** MCP server must be enabled in Cursor (Settings → MCP). The user needs `REDMINE_BASE_URL` and `REDMINE_API_KEY` in the environment Cursor was started with. If tools are missing or calls fail with auth errors, say so and point them to the plugin README.
## Tool
| Tool | Purpose |
|------|---------|
| `get_redmine_issue` | Fetch one issue by numeric ID |
### Arguments
- **`issueId`** (required): positive integer Redmine issue id (e.g. `12345`).
- **`includeImages`** (optional): default behaves like `true` in the server — image attachments are downloaded and returned as image blocks. Set **`false`** when the user only needs text/metadata or when responses may be large/slow.
## When to use
- User references an issue by id or URL (`/issues/12345`).
- You need authoritative description, status, assignee, project, or discussion notes from Redmine.
- You should ground a plan or code change in the ticket text.
## Practices
1. Prefer **`includeImages: false`** unless the user explicitly needs screenshots or diagrams from attachments.
2. Summarize the returned JSON for the user; link the issue using the `url` field when present.
3. On **“Redmine issue not found”**, confirm the id and that the user’s key can see that project.
4. On **auth errors**, suggest checking the API key and permissions in Redmine.
## Do not
- Guess issue ids; ask if unclear.
- Assume Redmine is reachable without trying the tool (or report the tool error).相关插件
Astro↓ 60
Astro Cursor 插件:含官方 Astro Docs MCP、最佳实践规则与 add integration 等 Skill。Membase↓ 9
为 Cursor 提供持久长期记忆,连接 Membase MCP 实现混合向量检索与知识图谱,无需 CLI 或 API key。filestack↓ 6
Filestack 官方插件,可直接在 Cursor 中上传文件、构建转换并生成安全策略。wopee-mcp↓ 4
用于 Wopee.io 自主端到端测试的 MCP server,分析 Web 应用、生成并执行基于 Playwright 的功能测试并校验结果。Askable↓ 3
面向 Askable UX 研究平台的 Cursor 插件,通过 MCP 接入。cloudinary↓ 0
在 Cursor 中直接使用 Cloudinary,通过自然对话管理资源、应用转换、优化媒体等。Agent Skills↓ 329
Tech Leads Club 精选 Agent Skills 库——涵盖交付、安全、架构等实战 playbook。Power BI Modeling MCP Server↓ 279
Power BI Modeling MCP:为 AI Agent 提供语义建模能力,支持自然语言执行建模变更。