Get Started

Installation

100% FREENo account required

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

Alternative: Global Install

If you prefer to install Memoria globally instead of using npx:

npm install -g @byronwade/memoria

Then 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.

Installation | Memoria | Memoria