Installation
Memoria is completely free to install and run. All 13 git analysis engines work locally with no account, no API keys, and no cloud connection.
Memoria works with any MCP-compatible AI tool. Choose your editor below for specific instructions.
Universal Config
Most MCP clients use a similar JSON configuration. Add this to your MCP config file:
{
"mcpServers": {
"memoria": {
"command": "npx",
"args": ["-y", "@byronwade/memoria"]
}
}
}Installation Guides
Claude Desktop
Install Memoria for Claude Desktop on macOS or Windows
Cursor
Install Memoria for the Cursor AI code editor
Windsurf
Install Memoria for Codeium's Windsurf editor
Continue
Install Memoria for the Continue VS Code extension
Alternative: Global Install
If you prefer to install Memoria globally instead of using npx:
npm install -g @byronwade/memoriaThen update your config to use the global binary:
{
"mcpServers": {
"memoria": {
"command": "memoria"
}
}
}Verify Installation
After configuring, restart your AI tool and ask:
"What MCP tools do you have available?"You should see analyze_file and ask_history from Memoria in the response.