@anchormem/server
v0.1.4
Published
Anchor MCP server — local-first cross-agent memory for AI coding agents.
Maintainers
Readme
@anchormem/server
The MCP server for Anchor — local-first cross-agent memory for AI coding agents.
This package is the runtime where memory lives. It exposes five tools (memory_recall, memory_remember, memory_supersede, memory_forget, memory_list) over the Model Context Protocol so any compatible agent can read and write a single, durable memory of your project.
Most users do not install this package directly. Install @anchormem/anchor instead — it installs both the server and the CLI in one step.
If you do want the server alone:
npm install -g @anchormem/server
anchor-server # starts the stdio MCP serverHTTP transport
ANCHOR_TRANSPORT=http anchor-server # localhost:3838
ANCHOR_HTTP_PORT=4000 ANCHOR_TRANSPORT=http anchor-serverHTTP mode binds to 127.0.0.1 only, with DNS rebinding protection, rate limiting, and restricted CORS. See the main README for security details.
Documentation
See the main project README for installation, agent configuration, concepts, security notes, and the full reference.
License
MIT
