VantagePeers Docs

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.

TopicDescription
Getting StartedInstall, deploy, and connect in under 10 minutes
QuickstartTwo agents exchanging messages in 15 minutes
ArchitectureCore concepts, database schema, and MCP integration
Tools ReferenceAll 14 tool categories and 82 tools
MemorySemantic memory, namespaces, and vector search
MessagingCross-machine messaging with read receipts
TasksTask 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.

On this page