New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

hypermarrow-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hypermarrow-mcp

Local-first AI memory MCP server. Record / recall / consolidate / file-anchor your long-term context without sending memory to the cloud.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

HyperMarrow MCP Server

Local-first AI memory layer for the Model Context Protocol.

hypermarrow-mcp lets any MCP-compatible client read and write your long-term memory:

  • record_context – remember a decision, fact, or preference
  • recall_memory – retrieve the most relevant past context
  • consolidate – merge duplicates and age out stale entries
  • file_anchor – map a short name to a local file path

All memory lives under ~/.hypermarrow/memory.json on your own machine. Nothing is sent to the cloud unless you explicitly set HYPERMARROW_ENDPOINT to your own backend.

Install

npx -y hypermarrow-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "hypermarrow": {
      "command": "npx",
      "args": ["-y", "hypermarrow-mcp"]
    }
  }
}

Product

Privacy

Memory data is stored locally. The server only talks to the client over stdio and, optionally, to a user-configured HYPERMARROW_ENDPOINT. No telemetry, no cloud sync by default.

Keywords

mcp

FAQs

Package last updated on 26 Sep 2026

Related posts