MCP Vector Sync

by qtoexdj
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLevel of logging (e.g., info, debug)info
BATCH_SIZENoNumber of records to process in each batch50
MAX_RETRIESNoMaximum number of retries for failed operations3
OPENAI_MODELNoOpenAI embedding model to usetext-embedding-ada-002
SUPABASE_URLYesURL of your Supabase project
MAX_CONCURRENTNoMaximum number of concurrent operations3
OPENAI_API_KEYYesYour OpenAI API key
MONITOR_INTERVALNoInterval for monitoring changes in milliseconds60000
CONCURRENT_REQUESTSNoMaximum number of concurrent requests5
RATE_LIMIT_PER_TENANTNoRate limit per tenant100
SUPABASE_SERVICE_ROLE_KEYYesService role key for Supabase

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools