Connect AI assistants to Easy8 — read and update projects, issues, and comments.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"easy8": {
"url": "https://your-easy8.example.com/mcp",
"headers": {
"X-Redmine-API-Key": "YOUR_API_KEY"
}
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect your AI assistant directly to Easy8. The Easy8 MCP server lets Claude, Cursor, GitHub Copilot, and any other Model Context Protocol client read and update your projects, issues, and comments — using your own Easy8 permissions, against your own Easy8 instance.
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
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.
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Easy8com/easy8-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect your AI assistant directly to Easy8. The Easy8 MCP server lets Claude, Cursor, GitHub Copilot, and any other Model Context Protocol client read and update your projects, issues, and comments — using your own Easy8 permissions, against your own Easy8 instance.
The server is built into Easy8. There is nothing to install, host, or maintain — you enable it in admin settings and point your AI client at https://your-easy8.example.com/mcp.
Status: early access. The protocol surface and tool catalog will expand in future Easy8 releases.
The Easy8 MCP server speaks the standard Model Context Protocol over Streamable HTTP, so any compliant client works. Verified setup instructions below are provided for:
mcp-remote proxy, see stdio clients setup.Any other MCP client that supports remote HTTP servers with custom request headers will work out of the box — point it at https://your-easy8.example.com/mcp and send your Easy8 API key in the X-Redmine-API-Key header.
You need three things:
/mcp returns 404 Not Found.That's it. There is no separate install, no extra service to run, no OAuth app to register.
| MCP endpoint | https://your-easy8.example.com/mcp |
| Transport | Streamable HTTP |
| Authentication | API key in the X-Redmine-API-Key request header |
| Discovery card | https://your-easy8.example.com/.well-known/mcp/server-card.json |
The discovery card is public metadata advertising the transport and capabilities. The /mcp endpoint itself still requires MCP to be enabled and a valid API key.
The current tool catalog focuses on issue and project workflows.
| Tool | What it does |
|---|---|
easy8_projects_list | List visible projects. Filter by name or free-text query, paginate with limit / offset. |
easy8_issues_list | List visible issues. Filter by project, assignee, status (open / closed), subject, due-date period, or free-text query. |
easy8_issues_get | Fetch one issue by ID, including metadata, description, and comment count. |
easy8_issues_comments_list | List issue journal notes, newest first. |
easy8_issues_create | Create an issue. Subject and a project selector are required. Supports tracker, description, assignee, priority, status, dates, and custom fields. |
easy8_issues_update | Update an existing issue. Supports field edits and appending a new journal note via notes. |
Tools are discovered dynamically via the standard MCP tools/list method, so your client always sees the live, up-to-date schema.
Explore all tools in the official developers documentation for Easy8 MCP server: https://developers.easy8.com/AI/mcp-server/core-tools/
Repl