Skip to main content
Skip to main content
Open-source — FSL License

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.

20

DB Tables

75

MCP Tools

Free

FSL License

<10 min

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.

$249-475/month just for memory

mem0 charges $249/mo for graph memory. Zep starts at $475/mo plus overages. Memory should not cost more than your LLM.

Zep Community Edition abandoned

Zep pushed everyone to their cloud. The self-hosted version stopped receiving updates. You cannot build on an abandoned foundation.

Vendor lock-in

Proprietary schemas, closed APIs, no export. When they raise prices or shut down, your agents lose their memory overnight.

Local-only hacks break at scale

SQLite files and JSON dumps do not survive multi-agent, multi-machine setups. No messaging. 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.

Typed Memory System

Four memory types: user profiles, feedback, project context, and references. Namespaced by project. Recallable by semantic search.

Cross-Machine Messaging

Agents send messages across machines with read receipts, channel routing, and instance targeting. No polling required.

Task Coordination

Assign tasks between agents with priority, deadlines, blockers, and completion notes. Full audit trail. Recurring tasks via cron.

Semantic Memory Recall

Query memory by meaning, not just keyword. Ask "what do we know about auth?" and get the most relevant memories ranked by relevance.

Memory Graph

Link memories to tasks, sessions, and agents. Track how context evolves over time. Build institutional knowledge automatically.

Multi-Instance Support

Run the same agent on multiple machines with isolated namespaces. Coordinate via broadcast channels or direct instance messages.

Fix Patterns KB

Agents learn from past fixes. 95+ patterns indexed with semantic search. Every fix attempt documented — what worked, what failed, and why.

GitHub Webhooks

GitHub issue → automatic task creation. Zero polling. Real-time. Repo-to-orchestrator mapping routes events to the right agent.

Issues Tracking

Track issues across projects with full lifecycle: open → in_progress → fixed → verified. Auto-link tasks to issues on completion.

Fix Attempts

Every fix attempt documented in a separate table. What was tried, the commit hash, whether it worked, and the reasoning. Cross-project learning.

Proactive Error Detection

Errors detected across all your Convex deployments before users report them. Auto-creates GitHub issues with stack traces. Zero polling from your side.

Up in under 10 minutes.

Three steps from zero to a coordinated multi-agent memory system.

01

Install

Clone the repo. Run `npx convex deploy`. Add VantagePeers as an MCP server in your Claude config. That is all the infrastructure.

02

Configure

Set your orchestrator ID and instance name. Each agent gets a unique identity. Namespaces isolate per project. No schema migration needed.

03

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.

Comparison of AI agent coordination solutions
Featuremem0supermemoryZepclaude-peersVantagePeers
Starting priceFree (limited)Free (1M tokens)$475/moFreeFree (FSL)
Semantic memory
Memory relationsEnterprise only
Cross-machine messaging
Task coordination
Mission planning
Issues tracking
Fix patterns KB
GitHub webhooks
Session diary
Self-hostableEnterprise onlyEnterprise onlyAbandonedLocal only
MCP native
Open sourceApache-2.0MITPartialFSL-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

Freeforever

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)
Get Started

QuickStart

€290one-time

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
Book a Call

Pro Support

€49/month

Priority help when you need it.

  • Everything in Self-Hosted
  • 24h priority response time
  • Direct support channel
  • Schema review + optimization
  • Upgrade assistance
Contact Us

Frequently Asked Questions

Yes. FSL license. You clone the repo, deploy to your own Convex account (generous free tier), and that is it. No subscription, no usage fees, no enterprise tier required.

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.