npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vantage-peers-mcp

v2.0.0

Published

MCP server for VantagePeers — shared memory, messaging, and task coordination for AI agent teams

Downloads

367

Readme

vantage-peers-mcp

MCP server for VantagePeers — shared memory, messaging, and task coordination for AI agent teams.

82 tools across 18 categories: memory, profiles, tasks, missions, mission templates, messages, diary, briefing notes, search (RAG), issues, fix patterns, error monitoring, deployments, business units, components, mandates, recurring tasks, and session.

Quick start

npx vantage-peers-mcp

Requires CONVEX_URL pointing to your VantagePeers Convex deployment.

Install

Option 1: npx (no install)

CONVEX_URL=https://your-deployment.convex.cloud npx vantage-peers-mcp

Option 2: global install

npm install -g vantage-peers-mcp
CONVEX_URL=https://your-deployment.convex.cloud vantage-peers-mcp

Option 3: Claude Code MCP config

Add to ~/.claude.json or project .claude/settings.json:

{
  "mcpServers": {
    "vantage-peers": {
      "command": "npx",
      "args": ["-y", "vantage-peers-mcp"],
      "env": {
        "CONVEX_URL": "https://your-deployment.convex.cloud"
      }
    }
  }
}

Environment variables

| Variable | Required | Description | |----------|----------|-------------| | CONVEX_URL | Yes | Your VantagePeers Convex deployment URL |

The server also reads CONVEX_URL from .env.local in the parent directory if not set via environment.

Tools (82)

Memory (6)

store_memory, recall, list_memories, soft_delete_memory, get_memory, store_episode

Profiles (3)

get_profile, update_profile, list_peers

Tasks (10)

create_task, list_tasks, list_tasks_by_mission, update_task, start_task, complete_task, checkout_task, delete_task, block_task, add_task_dependency

Missions (6)

create_mission, list_missions, update_mission, update_mission_status, get_mission_template, get_mission

Mission Templates (1)

update_mission_template

Messages (6)

send_message, check_messages, mark_as_read, list_messages, delete_message, list_broadcast_status

Diary (3)

write_diary, get_diary, list_diaries

Briefing Notes (2)

create_briefing_note, list_briefing_notes

Search / RAG (3)

search_fix_patterns, text_search, hybrid_search

Issues (6)

get_issue, list_issues, update_issue_status, verify_issue, issue_stats, link_commit_to_issue

Fix Patterns (5)

create_fix_pattern, list_fix_patterns, add_fix_attempt, validate_fix, link_issue_to_pattern

Error Monitoring (2)

list_errors, get_error

Deployments & Repos (5)

add_deployment, remove_deployment, list_repo_mappings, add_repo_mapping, remove_repo_mapping

Business Units (5)

create_bu, list_bus, get_bu, update_bu, delete_bu

Components (6)

register_component, list_components, get_component, update_component, delete_component, search_components

Mandates (6)

create_mandate, list_mandates, accept_mandate, update_mandate, validate_mandate_spending, settle_mandate

Recurring Tasks (6)

create_recurring_task, list_recurring_tasks, pause_recurring_task, resume_recurring_task, delete_recurring_task, update_recurring_task

Session (1)

set_summary

Requirements

  • Node.js >= 18
  • A VantagePeers Convex deployment (get started)

License

FSL-1.1-Apache-2.0

Links