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

nautilus-compass-mcp

v1.6.2

Published

MCP server for compass · cross-agent memory layer · drift-aware writer · LongMemEval-S 56.6%

Downloads

495

Readme

nautilus-compass-mcp

MCP server wrapper for nautilus-compass · cross-agent memory + drift-aware writer · LongMemEval-S 56.6% (paper SOTA tier · 1/15 price)

Quick Start

1. Install (one of)

# Pre-install Python package (required · this npm wrapper just spawns it)
pip install nautilus-compass
# or
uv tool install nautilus-compass

# Then install npm wrapper
npm install -g nautilus-compass-mcp
# or use directly via npx (no install)
npx -y nautilus-compass-mcp

2. Configure your MCP client

Claude Desktop · claude_desktop_config.json

{
  "mcpServers": {
    "compass": {
      "command": "npx",
      "args": ["-y", "nautilus-compass-mcp"],
      "env": {
        "COMPASS_USER_ID": "u_yourname",
        "COMPASS_AGENT_TYPE": "claude-desktop"
      }
    }
  }
}

Cursor · ~/.cursor/mcp.json

{
  "mcpServers": {
    "compass": {
      "command": "npx",
      "args": ["-y", "nautilus-compass-mcp"],
      "env": {
        "COMPASS_USER_ID": "u_yourname",
        "COMPASS_AGENT_TYPE": "cursor"
      }
    }
  }
}

Cline (VS Code) · .vscode/settings.json

{
  "cline.mcpServers": {
    "compass": {
      "command": "npx",
      "args": ["-y", "nautilus-compass-mcp"]
    }
  }
}

What you get (7 tools)

| Tool | Purpose | |---|---| | compass.recall | Semantic recall over your project memory (BGE-m3) | | compass.drift_check | Real-time AI drift detection (anchor-based) | | compass.drift_history | Cross-project drift timeline · claude-mem 没有的能力 | | compass.session_search | Keyword search · type/drift filter | | compass.profile | User profile aggregate | | compass.ingest_obs | Write structured observation | | compass.feedback_log | Train anchors via feedback |

Cross-agent fusion

Same COMPASS_USER_ID across multiple MCP clients = all clients share memory.

Claude Desktop learns "X 偏好" → Cursor knows it instantly
Cursor completes a task → Claude Desktop can recall it
Drift signal in any client → all clients see the timeline

Why compass

Mem0 / Letta / claude-mem  =  "记笔记型" 工具
compass                     =  "AI 行为审计 + 跨 agent 记忆基建"

独占能力 (claude-mem 永远不会做):
· anchor drift detection (在 LongMemEval-S 上 56.6% · 接近 Zep SOTA)
· 跨 agent · 跨 device · 跨 client memory federation
· timeline · profile · 量化跑分
· 完全离线 · 0 token 召回成本
· 中英文统一 (bge-m3 原生)

Selftest

npx -y nautilus-compass-mcp --selftest
# Expected: OK: python3 + nautilus-compass found

Troubleshoot

| Symptom | Fix | |---|---| | Python 3.9+ required | install Python from python.org | | nautilus-compass not found | pip install nautilus-compass | | Tools missing | check compass-mcp --selftest | | daemon down (recall 慢) | ~/compass/daemon_start.sh |

Links

License

MIT · same as the Python package.