Back to Home
acessosshmika icon

mcp-supabase-server

Verified Safe

by acessosshmika

Overview

Provides a Model Context Protocol (MCP) server for a sales agent, integrating with Supabase for data storage, Vertex AI for embeddings, and Cohere for re-ranking sales arsenal information. It aims to enhance N8N integrations with advanced AI capabilities.

Installation

Run Command
npm start

Environment Variables

  • SUPABASE_URL
  • SUPABASE_SERVICE_KEY
  • GCLOUD_PROJECT_ID
  • GCLOUD_LOCATION
  • GCLOUD_SERVICE_KEY
  • COHERE_API_KEY

Security Notes

Sensitive credentials (Supabase service key, Google Cloud service account key, Cohere API key) are correctly loaded from environment variables, preventing hardcoding. The `GCLOUD_SERVICE_KEY` is JSON parsed directly from an environment variable, which is a common pattern for Google Cloud credentials but requires that the environment variable's content is securely managed and not exposed or tampered with. The server utilizes default `cors()` (allowing all origins) and binds to `0.0.0.0`, which means it is publicly accessible by default unless deployed within a restricted network or behind a firewall. The use of a Supabase `SERVICE_KEY` grants elevated privileges and necessitates strict access control in production environments.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-12

Tags

AI AgentSupabaseVertex AICohereN8N Integration