Back to Home
Michael-Obele icon

mcp-showcase

Verified Safe

by Michael-Obele

Overview

A SvelteKit web application showcasing Model Context Protocol (MCP) servers, providing installation commands, and tracking submission status across various registries.

Installation

Run Command
npm run preview

Environment Variables

  • DATABASE_URL
  • ADMIN_PASSWORD

Security Notes

The server uses `valibot` for input validation on its remote functions, which is good practice for preventing injection attacks. Environment variables (`ADMIN_PASSWORD`, `DATABASE_URL`) are correctly used for sensitive information, preventing hardcoding. Session management for admin access uses `httpOnly` and `secure` cookies in production, which is appropriate. No `eval` or direct command execution is observed within the server's logic. The core functionality involves displaying data and simple CRUD operations, which does not inherently present high security risks beyond standard web application vulnerabilities, which appear to be reasonably addressed.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-16

Tags

SvelteKitMCPShowcasePrismaTailwind CSS