Meeting bot and transcripts for Google Meet, Teams and Zoom. Live or after, speakers labelled.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Open-source meeting bots and real-time transcription β cloud or fully self-hosted.
A bot joins your Google Meet, Microsoft Teams, and Zoom calls and streams speaker-attributed transcripts in real time β through our API or one you host β then feeds sandboxed agents that build a Markdown knowledge base your team owns. Apache-2.0, air-gap-ready. (Jitsi: join + capture offline-proven, live validation pending β #883.)
vexa.ai runs Vexa 0.12 for meeting bots and transcription. Sandboxed knowledge agents are self-hosted only β self-host Vexa to run the full stack.
Every meeting-AI tool you can buy sends your conversations to their cloud and rents you access back. Vexa inverts that: run the stack yourself, point it at your own models, own what your meetings become.
No one else has all three:
Vexa is in the meeting. A real bot joins Meet, Teams and Zoom β Jitsi offline-proven, live validation pending β and streams speaker-attributed transcripts live. That bot fleet is the genuinely hard part β every "chat with your docs" tool starts after a transcript exists. Vexa produces it.
Your knowledge is files you own. Meetings compile into Markdown in a git repo β portable, diffable, greppable. Knowledge as code.
Agents work it, safely. Sandboxed coding agents read and write that repo like developers β isolated ephemeral containers, no egress, thousands in parallel, on Docker or your Kubernetes.
Only here for the transcription API? It's a complete standalone product β send a bot, read the stream, ignore the agent lane entirely.
Just want a bot in a meeting? Use the hosted service β no install. Sign in at vexa.ai/signin, copy your key from your account page, and send a bot:
New accounts get $5 of free bot credit, no card required β about 16 hours of bot time at $0.30/hr (pricing). More calls: Send a bot.
That is also how you get the agent plane, which is not part of the hosted service. Self-host on one host, then explore it in the Terminal or drive it over the API. Linux (Ubuntu 24.04) is the production target; a Mac with Docker Desktop works fine for a local evaluation β everything runs in containers either way.
Prerequisites β make, Docker engine β₯ v26 (make all checks), and transcription: a free token at
vexa.ai/account, or self-host the (GPU) transcription unit for a fully
air-gapped setup. By default POST /bots requires STT and answers 503 when it is missing
(make all warns when the credentials block in .env is empty). Capture-only is an explicit opt-out:
{"transcribe_enabled": false} on the spawn (or set TRANSCRIBE_ENABLED=false for the deployment).
Build machine:
make allpulls the published, release-validated images β no build, so a modest box is fine.make lite(the single-container all-in-one image) is lighter still. Building from this checkout instead (make dev, for contributors) wants 8 vCPUs and 16 GB RAM.
When make all finishes it prints your key and URLs:
The Terminal is the way to see what Vexa can do. Open http://localhost:13000 β you're
already signed in to a self-host account. From the
workbench you can, with no curl:
platform is google_meet Β· teams Β· zoom Β· jitsi; native_meeting_id is the code from the join URL. The
agent reply streams as Server-Sent Events β message-delta frames carry the text, commit frames mark
anything it recorded into your workspace.
One gateway, two domains β Meetings (capture) and Agents (work the knowledge) β both running on the same runtime: the engine that spawns every bot and every agent in its own sandboxed container.
A bot and an agent are the same runtime.v1 workload β isolated, ephemeral, reaped on idle β so the
machinery already proven by thousands of meeting bots is exactly what runs your agents. Every arrow stays
inside your network.
A CLI coding agent is just a process on Linux. The runtime makes that a multi-tenant, sandboxed execution layer safe to point at real business data β the same engine that already spawns Vexa's meeting bots in production.
runtime.v1 lifecycle, pluggable substrate β the same
dispatch runs identically across:Backend (RUNTIME_BACKEND) | A workload is⦠| State |
|---|---|---|
docker (default) | its own container via the Docker socket β brought up with make all | β Shipped (open core) |
process | a child process, no Docker socket required | β Available |
k8s | a bare Pod (kubectl run --restart=Never), scheduled across a cluster | β
Lifecycle + per-mount workspace isolation; Helm chart in deploy/helm |
Same control plane, same worker β only how the container is created changes. One laptop to a Kubernetes/OpenShift cluster, inside your walls.
Capture is the front door; agents make the knowledge compound. Every meeting compiles into
your workspace β a git repo of Markdown (an Open Knowledge Format
kg/ bundle) that agents (Claude Code, Codex, β¦) read and write like developers work a codebase.
This is Andrej Karpathy's LLM Wiki pattern, run as a team service. The idea: don't RAG over raw documents β where the model rediscovers everything from scratch on every question β have agents compile sources into structured, interlinked markdown entity pages (people, companies, projects, decisions) so knowledge compounds. Vexa builds that wiki for you from the richest source there is: your meetings. Each call is ingested into entity pages; agents keep them current between calls; every answer starts from what your team already knows β on your own servers.
Agents work any workspace; a meeting is just one trigger of four β chat, schedule (cron), event (e.g. incoming email), finished meeting. Meetings themselves are scheduled work: connect your calendar (ICS) and planned meetings appear with attendees β bots auto-join, agents prepare before the call and process after it.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vexa)<a href="https://allmcps.com/mcp/vexa"><img src="https://allmcps.com/api/badge/vexa?style=directory" alt="Vexa on AllMCPs" /></a>