MCP-server
Verified Safeby blazkrzisnik
Overview
Exposes employee and salary data from a Supabase database via a Model Context Protocol (MCP) server, designed for deployment on Vercel.
Installation
npx vercel devEnvironment Variables
- SUPABASE_URL
- SUPABASE_KEY
Security Notes
No 'eval', obfuscation, or hardcoded secrets were found. Database interactions use the Supabase client library, which generally mitigates direct SQL injection risks from tool inputs. The `Access-Control-Allow-Origin: *` header broadly allows cross-origin requests; this could be a security concern if strict origin control is required, but may be intentional for a public MCP server.
Similar Servers
mcp-handler
Provides a Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between applications and AI models through Next.js or Nuxt.
supabase-mcp-server
This server provides interactive tools and React widgets for exploring and querying your Supabase database and viewing its service status.
vcon-mcp
The vCon MCP Server stores, manages, and provides advanced search and AI/ML analysis capabilities for IETF vCon (Virtual Conversation) objects, supporting multi-tenancy and extensibility via plugins.
mcp-proxy-saas
An API gateway/proxy for Model Context Protocol (MCP) servers, providing authentication, security, and logging for multi-tenant applications.