Skip to main content
Glama
vcon-dev

vcon-mcp

Official
by vcon-dev

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DB_TYPENoDatabase backend type: 'supabase' (default) or 'mongodb'.
API_KEYSNoComma-separated valid API keys for REST authentication.
REDIS_URLNoRedis URL for optional caching layer (20-50x faster reads).
CORS_ORIGINNoCORS allowed origins (default: *).
OTEL_ENABLEDNoEnable OpenTelemetry observability (true/false).
SUPABASE_URLYesYour Supabase project URL.
MCP_HTTP_CORSNoEnable CORS for HTTP transport (true/false).
MCP_HTTP_HOSTNoHost for HTTP transport (default: 127.0.0.1).
MCP_HTTP_PORTNoPort for HTTP transport (default: 3000).
MCP_TRANSPORTNoTransport mode: 'stdio' (default) or 'http'.
OTEL_ENDPOINTNoOTLP endpoint URL (e.g., http://localhost:4318).
OPENAI_API_KEYNoOpenAI API key for embeddings and analysis.
REST_API_ENABLEDNoEnable/disable REST API (true/false, default: true).
VCON_LICENSE_KEYNoLicense key if required by plugins.
API_AUTH_REQUIREDNoSet to false to disable REST API authentication (true/false).
MCP_TOOLS_PROFILENoPreset tool profile: full, readonly, user, admin, minimal.
SUPABASE_ANON_KEYNoAnon key for restricted access (RLS enforced).
VCON_PLUGINS_PATHNoComma-separated paths or npm packages for plugins.
MCP_DISABLED_TOOLSNoComma-separated list of individual tools to disable.
MCP_HTTP_JSON_ONLYNoEnable JSON-only responses (no SSE streaming) (true/false).
MCP_HTTP_STATELESSNoEnable stateless mode for HTTP transport (true/false).
OTEL_EXPORTER_TYPENoOTel exporter type: 'console' or 'otlp'.
REST_API_BASE_PATHNoBase path for REST API (default: /api/v1).
MCP_HTTP_CORS_ORIGINNoAllowed CORS origin (default: *).
MCP_ENABLED_CATEGORIESNoComma-separated list of tool categories to enable (read, write, schema, analytics, infra).
MCP_HTTP_ALLOWED_HOSTSNoComma-separated allowed hosts for DNS protection.
MCP_DISABLED_CATEGORIESNoComma-separated list of tool categories to disable.
MCP_HTTP_DNS_PROTECTIONNoEnable DNS rebinding protection (true/false).
MCP_HTTP_ALLOWED_ORIGINSNoComma-separated allowed origins for CORS.
SUPABASE_SERVICE_ROLE_KEYNoService role key for full access (bypasses RLS). Recommended for full access.
AZURE_OPENAI_EMBEDDING_API_KEYNoAzure OpenAI embedding API key.
AZURE_OPENAI_EMBEDDING_ENDPOINTNoAzure OpenAI embedding endpoint URL.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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