Skip to main content
Glama
support.html•3.6 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Support - Cursor EOD MCP</title> <link rel="stylesheet" href="/styles.css"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet"> </head> <body> <div class="background-glow"></div> <nav> <div class="container nav-container"> <a href="/" style="text-decoration: none;"> <div class="logo">Cursor EOD MCP</div> </a> <div class="nav-links"> <a href="/">Home</a> <a href="https://github.com/SackeyDavid/cursor-eod-mcp" target="_blank" class="github-link">GitHub</a> </div> </div> </nav> <section class="features" style="padding-top: 80px;"> <div class="container"> <div class="card glass-card large-card" style="text-align: center;"> <div class="card-icon">🛠️</div> <h1>Support</h1> <p class="subtitle">Need help with Cursor EOD MCP? We're here to assist.</p> <div style="margin-top: 40px; display: flex; flex-direction: column; gap: 24px; align-items: center;"> <div style="background: rgba(255,255,255,0.05); padding: 24px; border-radius: 12px; width: 100%; border: 1px solid var(--border-color);"> <h3>Report an Issue</h3> <p style="margin-bottom: 16px; color: var(--text-muted);">Found a bug or have a feature request? Open an issue on our GitHub repository.</p> <a href="https://github.com/SackeyDavid/cursor-eod-mcp/issues" target="_blank" class="btn btn-primary" style="display: inline-flex; width: auto; min-width: 160px;"> Go to GitHub Issues </a> </div> <div style="background: rgba(255,255,255,0.05); padding: 24px; border-radius: 12px; width: 100%; border: 1px solid var(--border-color);"> <h3>Documentation</h3> <p style="margin-bottom: 16px; color: var(--text-muted);">Check out the README for installation and configuration guides.</p> <a href="https://github.com/SackeyDavid/cursor-eod-mcp#readme" target="_blank" class="btn btn-secondary" style="display: inline-flex; width: auto; min-width: 160px;"> View Documentation </a> </div> <div style="background: rgba(255,255,255,0.05); padding: 24px; border-radius: 12px; width: 100%; border: 1px solid var(--border-color);"> <h3>Contact Email</h3> <p style="margin-bottom: 16px; color: var(--text-muted);">For other inquiries, you can reach us via email.</p> <a href="mailto:david.s@techhalo.ai" class="link-highlight" style="font-size: 1rem;">david.s@techhalo.ai</a> </div> </div> </div> </div> </section> <footer> <div class="container"> <p>Cursor EOD MCP &copy; 2025</p> <p class="footer-note">Not affiliated with Slack or Cursor.</p> </div> </footer> </body> </html>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SackeyDavid/cursor-eod-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server