Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Easy8
E
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 11:57:36 PM

Easy8

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Connect AI assistants to Easy8 β€” read and update projects, issues, and comments.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "easy8": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://your-easy8.example.com/mcp",
        "--header",
        "X-Redmine-API-Key: YOUR_API_KEY"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Easy8 MCP Server

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.

Supported clients

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:

  • Claude Code β€” see Claude Code setup.
  • Cursor β€” see Cursor setup.
  • Visual Studio Code (GitHub Copilot) β€” see VS Code setup.
  • Claude Desktop and other stdio-only clients β€” via the 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.

Before you start

You need three things:

  1. An Easy8 instance you can reach from your AI client (cloud or self-hosted).
  2. MCP enabled in Easy8 administration: Settings β†’ AI β†’ Enable MCP β†’ Save. MCP is disabled by default. While disabled, /mcp returns 404 Not Found.
  3. A personal Easy8 API key. Generate it from your Easy8 user profile. The MCP server uses standard Easy8 API authentication and inherits all of your account's permissions and project visibility.

That's it. There is no separate install, no extra service to run, no OAuth app to register.

Endpoint and discovery

MCP endpointhttps://your-easy8.example.com/mcp
TransportStreamable HTTP
AuthenticationAPI key in the X-Redmine-API-Key request header
Discovery cardhttps://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.

What the AI can do

The current tool catalog focuses on issue and project workflows.

ToolWhat it does
easy8_projects_listList visible projects. Filter by name or free-text query, paginate with limit / offset.
easy8_issues_listList visible issues. Filter by project, assignee, status (open / closed), subject, due-date period, or free-text query.
easy8_issues_getFetch one issue by ID, including metadata, description, and comment count.
easy8_issues_comments_listList issue journal notes, newest first.
easy8_issues_createCreate an issue. Subject and a project selector are required. Supports tracker, description, assignee, priority, status, dates, and custom fields.
easy8_issues_updateUpdate 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/

Example workflows

  • "Find all open issues in the Q2 marketing project assigned to me and summarize what's blocked."
  • "Read the latest comments on issue #1842 and draft a status update for the customer."
  • "Create a follow-up task in the Onboarding project, assign it to Petra, due Friday, with the right tracker and priority."
  • "List every issue in the Helpdesk project closed last week and group them by tracker."

Client setup

Replace https://your-easy8.example.com with your Easy8 URL and YOUR_API_KEY with your personal Easy8 API key.

Claude Code

Terminal
claude mcp add --transport http easy8 https://your-easy8.example.com/mcp \
  --header "X-Redmine-API-Key: YOUR_API_KEY"

Cursor

Add to ~/.cursor/mcp.json (or your project's .cursor/mcp.json):

config.json
{
  "mcpServers": {
    "easy8": {
      "url": "https://your-easy8.example.com/mcp",
      "headers": {
        "X-Redmine-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

VS Code (GitHub Copilot)

Add to your workspace's .vscode/mcp.json:

config.json
{
  "servers": {
    "easy8": {
      "type": "http",
      "url": "https://your-easy8.example.com/mcp",
      "headers": {
        "X-Redmine-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Claude Desktop (and other stdio-only clients)

Claude Desktop does not yet speak remote HTTP MCP natively. Use the mcp-remote proxy. Edit claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "easy8": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://your-easy8.example.com/mcp",
        "--header",
        "X-Redmine-API-Key: YOUR_API_KEY"
      ]
    }
  }
}

Restart the client after editing the config.

How it works

The Easy8 MCP server implements the standard JSON-RPC methods of the Model Context Protocol:

  • initialize β€” opens a session and returns server metadata and capabilities.
  • tools/list β€” returns the live tool catalog with full JSON schemas.
  • tools/call β€” invokes a tool with structured arguments and returns a structured response.
  • ping β€” health check.
  • notifications/initialized β€” accepted as the standard post-initialization notification from the client.

Full method-level reference, request/response examples, and error semantics live in the Easy8 developer documentation.

Security and permissions

  • Your permissions, your data. Every tool call runs with the permissions of the API key owner. The MCP server does not bypass Easy8 authorization, visibility rules, or required-field validation.
  • TLS in transit. Always use HTTPS for /mcp.
  • Treat API keys like passwords. Don't commit them to source control or share them in chat. Rotate from your Easy8 user profile if leaked.
  • Off by default. Easy8 administrators enable MCP explicitly per instance.
  • Use a dedicated service account. Create an Easy8 user with only the permissions the integration actually needs (often read-only) and generate the API key from that account instead of from a personal admin account.

Troubleshooting

/mcp returns 404 Not Found MCP is not enabled. Go to Settings β†’ AI β†’ Enable MCP in Easy8 administration and save.

POST /mcp returns 401 Unauthorized The request is missing a valid API key. Check that the X-Redmine-API-Key header is present and that the key has not been revoked or regenerated.

Tool call returns a permission error The MCP server enforces Easy8 authorization. Check the permissions of the API key owner on the project or issue in question.

GET /mcp returns 405 Method Not Allowed Expected. The endpoint is JSON-RPC over POST; GET is not supported when MCP is enabled.

Support and feedback

  • Product questions and feature requests: support@easy8.com
  • Developer reference: developers.easy8.com/AI/mcp-server
  • Issues with this README or the configuration snippets: open an issue in this repository.

Disclaimer

The Easy8 MCP server is provided as part of Easy8 under your existing Easy8 license and terms. Tool behavior, available methods, and the protocol version may change between Easy8 releases. Always test against your own non-production instance before granting an AI client write access to production data.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Z
    Zeroheight

    Connect AI assistants to zeroheight styleguides using the Model Context Protocol

    πŸ’» Developer Tools1 views
    Compare vs Zeroheight β†’
  • Z
    Zeroheight

    Connect AI assistants to zeroheight styleguides using the Model Context Protocol

    πŸ’» Developer Tools0 views
    Compare vs Zeroheight β†’
  • Z
    Zeroheight

    Connect AI assistants to zeroheight styleguides using the Model Context Protocol

    πŸ’» Developer Tools0 views
    Compare vs Zeroheight β†’
  • E
    Everway MCP Server

    Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.

    πŸ’» Developer Tools0 views
    Compare vs Everway MCP Server β†’

Frequently Asked Questions about Easy8

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "easy8": { "command": "npx", "args": ["-y", "Easy8"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEasy8 AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/easy8?style=directory)](https://allmcps.com/mcp/easy8)
HTML Embed
<a href="https://allmcps.com/mcp/easy8"><img src="https://allmcps.com/api/badge/easy8?style=directory" alt="Easy8 on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 8, 2026
37Quality signal: Fair Β· 37/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Easy8 β†’Install in Claude DesktopInstall in CursorInstall in VS Code