HomeKnowledge & Memory › Nautilus Compass Memory

Nautilus Compass Memory

Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.

Python Remote
★ 290 stars Last pushed 2026-09-23 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://compass.nautilus.social/mcp/ Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http nautilus-compass https://compass.nautilus.social/mcp/ --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "nautilus-compass": {
      "url": "https://compass.nautilus.social/mcp/",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token — create a free account at https://compass.nautilus.social/signup, then generate a token in the console. Each token is user-scoped.

Package (pypi 3.2.0)

uvx nautilus-compass

Or add to your MCP client config:

{
  "mcpServers": {
    "nautilus-compass": {
      "command": "uvx",
      "args": [
        "nautilus-compass"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry