Connect AI assistants to Easy8 — read and update projects, issues, and comments.
claude mcp add easy8-mcp --transport http https://{easy8_host}/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"easy8-mcp": {
"url": "https://{easy8_host}/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"easy8-mcp": {
"serverUrl": "https://{easy8_host}/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"easy8-mcp": {
"type": "http",
"url": "https://{easy8_host}/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"easy8-mcp": {
"url": "https://{easy8_host}/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"easy8-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{easy8_host}/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://{easy8_host}/mcp |
X-Redmine-API-Key: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Easy8com--easy8-mcp/reviews or the review_server meta-tool.
POST /mcp