Gaia Health MCP Server
Integrates with n8n workflow automation platform through MCP Client nodes, making appointment management tools available within n8n workflows.
Exposes Supabase functionality for Gaia Health, providing tools for managing appointments including scheduling and listing appointments through Supabase's database.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Gaia Health MCP Serverschedule an appointment for John Doe tomorrow at 2 PM"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: FastAPI MCP Server
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceDocker-deployable server that enables interaction with Supabase databases via HTTP streaming, allowing n8n workflows, AI agents, and automation tools to execute SQL queries, manage database migrations, deploy edge functions, and search documentation.6Apache 2.0
- Flicense-qualityDmaintenanceEnables interaction with Supabase databases and n8n workflows through a JSON-RPC 2.0 MCP server. Provides database operations, vector search capabilities, and webhook-based workflow automation with secure API token authentication.
- Flicense-quality-maintenanceProvides 43 tools for complete Supabase control including database operations, storage management, authentication, edge functions, and admin tasks through an HTTP API designed for n8n integration.
- Alicense-qualityDmaintenanceEnables secure interaction with Supabase databases via the PostgREST API, supporting full CRUD operations and stored procedure calls. It utilizes the Dedalus MCP framework to provide encrypted credential handling and just-in-time token exchange.4MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
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