promemo
v0.4.0
Published
Git-native project memory for AI-assisted development
Maintainers
Readme
Promemo
Git-native project memory for AI-assisted development.
Usage
Run without a global install:
npx promemo --version
npx promemo init
npx promemo mcpOr install globally:
npm install -g promemo
promemo --versionThe npm package includes bundled native binaries, so users do not need GitHub authentication during install.
Supported platforms:
- macOS Apple Silicon:
darwin-arm64 - Linux x64:
linux-x64 - Windows x64:
win32-x64
MCP
After installing globally, configure an MCP client with:
{
"mcpServers": {
"promemo": {
"command": "promemo",
"args": ["mcp"]
}
}
}Project: https://github.com/seguelabs/promemo
