MCP Server
The vCon MCP Server β an open-source Model Context Protocol server that gives AI assistants standardized access to vCon conversation data.
Last updated
Was this helpful?
The vCon MCP Server β an open-source Model Context Protocol server that gives AI assistants standardized access to vCon conversation data.
The vCon MCP Server is the canonical way for AI assistants β Claude, Cursor, custom agents β to read, write, and reason about vCon conversation data. It speaks the Model Context Protocol over stdio or Streamable HTTP, exposes 37 tools grouped into seven categories, and is backed by a Supabase Postgres deployment with optional Redis caching and pgvector-based semantic search.
The code lives at vcon-dev/vcon-mcp. It's MIT-licensed, TypeScript, and ships as both an npm package (vcon-mcp) and a Docker image (public.ecr.aws/r4g1k2s3/vcon-dev/vcon-mcp:main).
You want Claude Desktop (or any MCP client) to query a vCon database in natural language.
You're building an LLM agent that needs durable, structured access to conversation history.
You have vCons in a conserver-managed Supabase backend and want a query layer that's safe to expose to language models.
You need the May 2026 contract / discovery surface β stable response envelopes, cursor pagination, byte-budget enforcement β for production LLM workflows.
Get started:
What is the vCon MCP Server? β overview, requirements, getting started
MCP and AI β how MCP and AI assistants connect
Business Cases β when to reach for this
Use it:
What the vCon MCP Server Can Do β narrative overview of capabilities
Tool Reference β every tool, grouped by purpose
Contract Tools β the May 2026 LLM-facing surface (vcon_fetch, vcon_search, etc.)
Run it:
Transport and Deployment β auth, transport modes, environment variables, Docker, npm, Claude Desktop config
Field-Name Migration β how the server handles legacy appended / must_support field names
Understand it:
How the vCon MCP Server is Built β architecture, schema, request flow
MCP and Conserver Together β how the MCP server and conserver compose
External:
GitHub: vcon-dev/vcon-mcp β source
mcp.conserver.io β auto-generated technical reference
Last updated
Was this helpful?
Was this helpful?