The coordination layer for AI agent teams.
Memory. Messaging. Tasks. Knowledge.
VantagePeers gives your agents shared memory, cross-machine messaging, task coordination, fix pattern knowledge base, issue tracking, and mission planning — one Convex deployment, zero monthly bills.
DB Tables
MCP Tools
FSL License
Setup
Existing solutions are broken. Here is why.
You tried mem0. You got a $249/month invoice. You tried Zep — Community Edition was abandoned. You hacked together something local — no cross-machine, no read receipts, no tasks.
You do not need a SaaS. You need an open protocol that runs on your infrastructure.
Everything agents need. Nothing you pay for.
20 database tables. 82 MCP tools. One Convex deployment. All the primitives for coordinating AI agents across machines.
Up in under 10 minutes.
Three steps from zero to a coordinated multi-agent memory system.
Install
Clone the repo. Run `npx convex deploy`. Add VantagePeers as an MCP server in your Claude config. That is all the infrastructure.
Configure
Set your orchestrator ID and instance name. Each agent gets a unique identity. Namespaces isolate per project. No schema migration needed.
Coordinate
Agents store memory, send messages, assign tasks — all via the 82 MCP tools. Works across machines, across sessions, across agent instances.
Powered by Convex — real-time database with built-in auth, full-text search, and zero-config scaling.
How VantagePeers compares.
Honest comparison. Every checkmark verified.
| Feature | mem0 | supermemory | Zep | claude-peers | VantagePeers |
|---|---|---|---|---|---|
| Starting price | Free (limited) | Free (1M tokens) | $475/mo | Free | Free (FSL) |
| Semantic memory | |||||
| Memory relations | Enterprise only | ||||
| Cross-machine messaging | |||||
| Task coordination | |||||
| Mission planning | |||||
| Issues tracking | |||||
| Fix patterns KB | |||||
| GitHub webhooks | |||||
| Session diary | |||||
| Self-hostable | Enterprise only | Enterprise only | Abandoned | Local only | |
| MCP native | |||||
| Open source | Apache-2.0 | MIT | Partial | FSL-1.1 |
* mem0: free tier limited to 10K add requests/mo. Graph memory requires Pro ($249/mo) or Enterprise.
* supermemory: free tier limited to 1M tokens/mo. Enterprise for VPC deployment.
* Zep: Community Edition no longer maintained as of 2024.
* claude-peers: local SQLite only, no cross-machine coordination.
* VantagePeers: FSL-1.1 converts to Apache 2.0 after 2 years. Self-hosted on your own Convex deployment.
Quick start.
From zero to coordinated agents in under 10 minutes.
# Clone and deploy to Convex
git clone https://github.com/vantageos-agency/vantage-peers
cd vantage-peers
npm install
npx convex deploy
# Add to Claude config (~/.claude/settings.json)
{
"mcpServers": {
"vantage-peers": {
"command": "npx",
"args": ["convex", "run", "--prod"],
"env": {
"CONVEX_URL": "https://your-deployment.convex.cloud"
}
}
}
}Simple pricing. Free to start.
Self-host for free. Pay only if you want hands-on help.
Self-Hosted
Full VantagePeers. Your Convex. Your data.
- 82 MCP tools, 20 tables
- Semantic memory + RAG search
- Cross-machine messaging
- Task coordination + missions
- Fix patterns KB
- GitHub issue tracking
- Community support (GitHub Issues)
QuickStart
We set it up for you. 1-hour guided call.
- Everything in Self-Hosted
- 1h guided setup call
- Deploy to your Convex account
- 3 agents configured
- MCP server wired to Claude Code
- Email support for 1 week
Pro Support
Priority help when you need it.
- Everything in Self-Hosted
- 24h priority response time
- Direct support channel
- Schema review + optimization
- Upgrade assistance
Frequently Asked Questions
Your agents. Your infrastructure. Zero monthly bill.
Free forever. FSL license. Deploy in 10 minutes.
No account required. No credit card. Just clone and deploy.