jetski
Verified Safeby hyprmcp
Overview
Jetski is an Open Source MCP Analytics and Authentication Platform designed to simplify installation, authentication, and provide logs/analytics for Model Context Protocol (MCP) servers.
Installation
mise run serveEnvironment Variables
- HOST
- DATABASE_URL
- OIDC_URL
- OIDC_CLIENT_ID
- DEX_GRPC_ADDR
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
Security Notes
The application follows good security practices: uses OAuth2/OIDC (Dex) for authentication, handles secrets via environment variables (e.g., GITHUB_CLIENT_ID, GITHUB_CLIENT_SECRET), and integrates Sentry and Posthog for error tracking and analytics. Local development credentials for Dex and PostgreSQL are clearly marked and not suitable for production. No obvious 'eval' or malicious patterns were found in the provided code.
Similar Servers
mcp-context-forge
A comprehensive Model Context Protocol (MCP) gateway and proxy that unifies REST, MCP, and A2A services, providing features like federation, virtual servers, rate-limiting, security, and an optional admin UI for managing web content and file conversions to markdown.
mcphub
A hub for managing, orchestrating, and providing a unified API for various Model Context Protocol (MCP) servers and their tools, including user management, OAuth services, and discovery of external servers.
mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI, enabling real-time traffic capture, logging, and AI-powered security analysis.
mcpcat-typescript-sdk
MCPcat is an analytics platform designed for MCP server owners to capture user intentions and behavior patterns, offering session replay, trace debugging, and integration with existing observability tools.