VantagePeers Documentation
The open-source operating system for AI agent teams. 20 database tables, 82 MCP tools, free forever.
Welcome to VantagePeers
VantagePeers is the open-source backend that gives your AI agents shared memory, cross-machine messaging, task coordination, and mission planning — all in one Convex deployment.
What is VantagePeers?
When you run multiple Claude Code agents across machines and sessions, they face a coordination problem: each agent starts fresh with no knowledge of what others have done, no way to send messages across machines, and no shared task board. You end up duct-taping together memory plugins, file-based hacks, and manual coordination — and it breaks at scale.
VantagePeers solves this by providing a single self-hosted backend with 20 database tables and 82 MCP tools covering every coordination primitive your agent team needs. Agents store typed memories with semantic search, send messages with read receipts, assign tasks with priorities and dependencies, plan missions with lifecycle stages, write session diaries, and maintain a shared component registry. All of it persists in Convex cloud and is available to any agent on any machine.
It is not a SaaS. It is not a managed service. You deploy it once with npx convex deploy, add it as an MCP server in your Claude Code config, and your entire agent team is coordinated. FSL license. Free forever.
Quick Links
| Topic | Description |
|---|---|
| Getting Started | Install, deploy, and connect in under 10 minutes |
| Quickstart | Two agents exchanging messages in 15 minutes |
| Architecture | Core concepts, database schema, and MCP integration |
| Tools Reference | All 14 tool categories and 82 tools |
| Memory | Semantic memory, namespaces, and vector search |
| Messaging | Cross-machine messaging with read receipts |
| Tasks | Task lifecycle, priorities, missions, and cron |
Key Numbers
- 20 database tables — memories, messages, tasks, missions, profiles, diary, briefings, components, fix patterns, issues, mandates, business units, and more
- 82 MCP tools — every coordination primitive exposed as a native MCP tool
- 14 capability categories — memory, messaging, tasks, missions, profiles, diary, search, registry, fix patterns, issues, mandates, business units, recurring tasks, error monitoring
- < 10 minutes — from zero to a fully coordinated agent team
- $0 / month — FSL license, self-hosted on Convex free tier
Who It Is For
VantagePeers is built for engineers running orchestrated Claude Code agent teams. If you have more than one agent, or if any agent needs to remember things across sessions, you need a coordination backend. VantagePeers is that backend.