🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@xchucx/agent-memory

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchucx/agent-memory

Git-native project memory for AI coding agents (MCP server + CLI). Thin launcher that fetches the prebuilt agent-memory binary.

latest
Source
npmnpm
Version
0.5.1
Version published
Maintainers
1
Created
Source

@xchucx/agent-memory

npm launcher for agent-memory — local, git-native project memory for AI coding agents, exposed over MCP.

This package is a tiny, dependency-free shim. On first run it downloads the prebuilt agent-memory binary for your platform from the matching GitHub release, verifies it against the release's SHA-256 checksums, caches it under ~/.cache/agent-memory/<version>/, and execs it with your arguments. There is no compiled code here and nothing to build.

Use as an MCP server

// .mcp.json (or your client's MCP config)
{
  "mcpServers": {
    "agent-memory": {
      "command": "npx",
      "args": ["-y", "@xchucx/agent-memory", "mcp", "--root", "."]
    }
  }
}

Use as a CLI

npx -y @xchucx/agent-memory --help
npx -y @xchucx/agent-memory init

Prefer a managed binary, go install, or building from source? See the main README. Apache-2.0.

Keywords

mcp

FAQs

Package last updated on 09 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts