vcon-mcp
Verified Safeby vcon-dev
Overview
The vCon MCP Server stores, manages, and provides advanced search and AI/ML analysis capabilities for IETF vCon (Virtual Conversation) objects, supporting multi-tenancy and extensibility via plugins.
Installation
node dist/index.jsEnvironment Variables
- SUPABASE_URL
- SUPABASE_SERVICE_ROLE_KEY
- REDIS_URL
- OPENAI_API_KEY
- AZURE_OPENAI_EMBEDDING_ENDPOINT
- AZURE_OPENAI_EMBEDDING_API_KEY
- HF_API_TOKEN
- VCON_API_KEYS
- VCON_S3_BUCKET
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- RLS_ENABLED
- MCP_TRANSPORT
- MCP_HTTP_PORT
Security Notes
The server demonstrates strong security practices including reliance on environment variables for sensitive credentials (e.g., Supabase keys, API keys, AWS credentials), robust Row Level Security (RLS) for multi-tenant isolation, and parameterized database queries to prevent SQL injection. It also provides API key authentication for its REST API. Network exposure via HTTP is configurable with CORS and allowed hosts/origins. Deno Edge Functions also securely manage their environment variables.
Similar Servers
context-portal
Manages structured project context for AI assistants and developer tools, enabling Retrieval Augmented Generation (RAG) and prompt caching within IDEs.
supabase-mcp-server
This server provides interactive tools and React widgets for exploring and querying your Supabase database and viewing its service status.
enhanced-postgres-mcp-server
This server acts as a Model Context Protocol interface for PostgreSQL, enabling LLMs to query data, modify records, and manage database schema objects with read and write capabilities.
surreal-mcp
Enables AI assistants to interact with SurrealDB databases using the Model Context Protocol.