Back to Home

mcp-marketplace

Verified Safe

by saraivabr

Overview

A marketplace and API gateway for Model Context Protocol (MCP) servers, enabling discovery, installation, and management of AI application capabilities.

Installation

Run Command
npm start

Environment Variables

  • DATABASE_URL
  • NEXTAUTH_URL
  • NEXTAUTH_SECRET
  • JWT_SECRET
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • RESEND_API_KEY
  • FROM_EMAIL
  • NEXT_PUBLIC_POSTHOG_API_KEY
  • SENTRY_DSN

Security Notes

The application demonstrates high security awareness, utilizing bcryptjs for password hashing, JWT for authentication, and retrieving all sensitive credentials from environment variables. The middleware applies comprehensive security headers (CSP, XSS, Frame Options, Referrer Policy, Permissions Policy, CORS) and implements rate limiting per IP and endpoint. The core MCP message router currently returns mock responses, which inherently limits direct execution risks. Future plans for hosted MCPs detail robust sandboxing, resource limits, and container isolation, indicating a strong commitment to security for dynamic execution. Minor deduction for the current design choice of allowing unauthenticated access for 'public servers' in the MCP gateway, although it's within expected design parameters for an open marketplace and not a direct vulnerability in the current mock implementation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-27

Tags

Model Context ProtocolMarketplaceAI ApplicationsServer DiscoveryAPI Gateway