
Easy8
Connect your assistant to Easy8 so it can read and update projects, issues, and comments from the issue tracker you already use.
Overview
Easy8 MCP is an MCP server for the Build phase that connects coding agents to Easy8 projects, issues, and comments over streamable HTTP with API-key auth.
What is this MCP server?
- Read and update Easy8 projects, issues, and comments via MCP
- Streamable-http remote to https://{easy8_host}/mcp with per-instance hostname
- Auth via X-Redmine-API-Key header (personal API key from Easy8 profile)
- Inherits account permissions and project visibility from that API key (v0.1.0)
- Server version 0.1.0
- Repository: github.com/Easy8com/easy8-mcp
- Required header: X-Redmine-API-Key
Community signal: 1 GitHub stars.
What problem does it solve?
Solo builders copy issue titles into chat by hand because their agent cannot see or update the Easy8 board they run the sprint on.
Who is it for?
Teams and solos on hosted or self-serve Easy8 who want agent-driven issue hygiene during active build.
Skip if: GitHub-only issue workflows, Jira without Easy8, or environments that cannot expose an Easy8 MCP HTTPS endpoint.
What do I get? / Deliverables
After configuring host and API key, your agent can list and mutate Easy8 issues and comments under your account permissions.
- Agent-driven read/write on Easy8 projects, issues, and comments
- MCP integration respecting your Easy8 account visibility
- Less context switching between editor and Easy8 web UI
Recommended MCP Servers
Journey fit
How it compares
Easy8 issue-tracker MCP bridge, not a standalone PM methodology skill.
Common Questions / FAQ
Who is Easy8 MCP for?
Easy8 customers who want Claude Code, Cursor, or other MCP clients to work issues and comments with the same rights as their API key.
When should I use Easy8 MCP?
Use it during build and iterate when you want the agent to file updates, summarize backlogs, or sync comments with live Easy8 data.
How do I add Easy8 MCP to my agent?
Add a streamable-http remote to https://{your_easy8_host}/mcp and set header X-Redmine-API-Key to your personal key from your Easy8 user profile.