MCP Vector Sync
by qtoexdj
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Level of logging (e.g., info, debug) | info |
BATCH_SIZE | No | Number of records to process in each batch | 50 |
MAX_RETRIES | No | Maximum number of retries for failed operations | 3 |
OPENAI_MODEL | No | OpenAI embedding model to use | text-embedding-ada-002 |
SUPABASE_URL | Yes | URL of your Supabase project | |
MAX_CONCURRENT | No | Maximum number of concurrent operations | 3 |
OPENAI_API_KEY | Yes | Your OpenAI API key | |
MONITOR_INTERVAL | No | Interval for monitoring changes in milliseconds | 60000 |
CONCURRENT_REQUESTS | No | Maximum number of concurrent requests | 5 |
RATE_LIMIT_PER_TENANT | No | Rate limit per tenant | 100 |
SUPABASE_SERVICE_ROLE_KEY | Yes | Service role key for Supabase |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |