vcon-mcp
Officialby vcon-dev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_TYPE | No | Database backend type: 'supabase' (default) or 'mongodb'. | |
| API_KEYS | No | Comma-separated valid API keys for REST authentication. | |
| REDIS_URL | No | Redis URL for optional caching layer (20-50x faster reads). | |
| CORS_ORIGIN | No | CORS allowed origins (default: *). | |
| OTEL_ENABLED | No | Enable OpenTelemetry observability (true/false). | |
| SUPABASE_URL | Yes | Your Supabase project URL. | |
| MCP_HTTP_CORS | No | Enable CORS for HTTP transport (true/false). | |
| MCP_HTTP_HOST | No | Host for HTTP transport (default: 127.0.0.1). | |
| MCP_HTTP_PORT | No | Port for HTTP transport (default: 3000). | |
| MCP_TRANSPORT | No | Transport mode: 'stdio' (default) or 'http'. | |
| OTEL_ENDPOINT | No | OTLP endpoint URL (e.g., http://localhost:4318). | |
| OPENAI_API_KEY | No | OpenAI API key for embeddings and analysis. | |
| REST_API_ENABLED | No | Enable/disable REST API (true/false, default: true). | |
| VCON_LICENSE_KEY | No | License key if required by plugins. | |
| API_AUTH_REQUIRED | No | Set to false to disable REST API authentication (true/false). | |
| MCP_TOOLS_PROFILE | No | Preset tool profile: full, readonly, user, admin, minimal. | |
| SUPABASE_ANON_KEY | No | Anon key for restricted access (RLS enforced). | |
| VCON_PLUGINS_PATH | No | Comma-separated paths or npm packages for plugins. | |
| MCP_DISABLED_TOOLS | No | Comma-separated list of individual tools to disable. | |
| MCP_HTTP_JSON_ONLY | No | Enable JSON-only responses (no SSE streaming) (true/false). | |
| MCP_HTTP_STATELESS | No | Enable stateless mode for HTTP transport (true/false). | |
| OTEL_EXPORTER_TYPE | No | OTel exporter type: 'console' or 'otlp'. | |
| REST_API_BASE_PATH | No | Base path for REST API (default: /api/v1). | |
| MCP_HTTP_CORS_ORIGIN | No | Allowed CORS origin (default: *). | |
| MCP_ENABLED_CATEGORIES | No | Comma-separated list of tool categories to enable (read, write, schema, analytics, infra). | |
| MCP_HTTP_ALLOWED_HOSTS | No | Comma-separated allowed hosts for DNS protection. | |
| MCP_DISABLED_CATEGORIES | No | Comma-separated list of tool categories to disable. | |
| MCP_HTTP_DNS_PROTECTION | No | Enable DNS rebinding protection (true/false). | |
| MCP_HTTP_ALLOWED_ORIGINS | No | Comma-separated allowed origins for CORS. | |
| SUPABASE_SERVICE_ROLE_KEY | No | Service role key for full access (bypasses RLS). Recommended for full access. | |
| AZURE_OPENAI_EMBEDDING_API_KEY | No | Azure OpenAI embedding API key. | |
| AZURE_OPENAI_EMBEDDING_ENDPOINT | No | Azure OpenAI embedding endpoint URL. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/vcon-dev/vcon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server