Back to Home
vcon-dev icon

vcon-mcp

Verified Safe

by 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

Run Command
node dist/index.js

Environment 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

Stats

Interest Score34
Security Score9
Cost ClassHigh
Avg Tokens8000
Stars4
Forks3
Last Update2026-01-19

Tags

vCon StandardConversation AnalyticsAI/ML EmbeddingsPostgreSQLMulti-tenancy