Gaia Health MCP Server
by cscrespo
Gaia Health MCP Server
This is an MCP server for Gaia Health, exposing Supabase functionality to n8n.
Setup
Install Dependencies:
npm installEnvironment Variables: Copy
.env.exampleto.envand fill in your Supabase credentials.cp .env.example .envEdit
.env:SUPABASE_URL=your_supabase_url SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key PORT=3000
Running the Server
Development mode:
npm run devProduction build:
npm run build
npm startTesting
Start the server in one terminal:
npm run devRun the test client in another terminal:
npx ts-node test-client.ts
n8n Integration
Open n8n.
Add an MCP Client node.
Set the Server URL to
http://localhost:3000/sse(or your deployed URL).The tools (
schedule_appointment,list_appointments, etc.) should now be available.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cscrespo/gaia-health-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server