Back to Home
stacklok icon

toolhive-cloud-ui

Verified Safe

by stacklok

Overview

A Next.js application for visualizing MCP (Model Context Protocol) servers in user infrastructure with easy URL copying for integration with AI agents.

Installation

Run Command
pnpm dev

Environment Variables

  • OIDC_ISSUER_URL
  • OIDC_CLIENT_ID
  • OIDC_CLIENT_SECRET
  • OIDC_PROVIDER_ID
  • BETTER_AUTH_SECRET
  • BETTER_AUTH_URL
  • API_BASE_URL

Security Notes

The project implements robust security practices, including server-side management of OIDC tokens, encryption of sensitive token data stored in HTTP-only cookies (using `jose` with AES-256-GCM), and a secure refresh token mechanism. It configures several standard security headers (CSP, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy). The Content Security Policy (CSP) includes `unsafe-inline` for scripts and styles, which is a common but minor theoretical weakening often necessary in Next.js applications. Hardcoded secrets are explicitly marked as development-only placeholders in the code and documentation, with clear instructions to replace them in production. No 'eval' or obfuscation patterns were found.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassLow
Stars3
Forks0
Last Update2025-12-10

Tags

Next.jsReactFrontendOIDCAPI Client