a24z-memory
v0.5.75
Published
Standalone a24z Memory MCP server
Readme
a24z-Memory MCP Server
A Model Context Protocol (MCP) server for managing repository-anchored notes and context management.
Installation
npm install -g a24z-memoryUsage
As an MCP Server in Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"a24z-memory": {
"command": "npx",
"args": ["-y", "a24z-memory"]
}
}
}Available MCP Tools
The MCP server provides tools for:
- Creating and managing repository-anchored notes
- Managing tags and guidance
- Retrieving stale notes that need updating
- Getting repository-specific context and guidance
- Managing codebase views
Documentation
Development
# Install dependencies
npm install
# Build the project
npm run build
# Test MCP server build
npm run test:mcpLicense
Apache License
Built with ❤️ by the a24z team
