Back to Home
thoughtspot icon

mcp-chat-client

Verified Safe

by thoughtspot

Overview

A modern chat client that integrates with Model Context Protocol (MCP) servers to provide AI-powered conversations with access to various tools and resources.

Installation

Run Command
npm run dev

Environment Variables

  • VITE_SUPABASE_URL
  • VITE_SUPABASE_ANON_KEY
  • AZURE_OPENAI_KEY
  • AZURE_OPENAI_ENDPOINT
  • EXA_API_KEY
  • MCP_CHAT_KV

Security Notes

Hardcoded Google Client ID on the frontend is a minor issue. Backend relies on environment variables for sensitive API keys, which is standard secure practice for Cloudflare Workers. Input to AI models is handled via JSON stringification, mitigating direct code injection. OAuth flows for MCP servers are critical and appear to be handled with standard mechanisms.

Similar Servers

Stats

Interest Score35
Security Score7
Cost ClassMedium
Avg Tokens500
Stars4
Forks2
Last Update2025-11-25

Tags

AI ChatMCPReactCloudflare WorkersSupabase