How to install DeusData/codebase-memory-mcp. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
DeusData/codebase-memory-mcp Installation Guide
How to install DeusData/codebase-memory-mcp. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for DeusData/codebase-memory-mcp. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i DeusData/codebase-memory-mcpor
Install via npx
npx @hexmos/ipm i DeusData/codebase-memory-mcpPrerequisites
C compiler (gcc or clang)
compilerVersion: latest
C++ compiler
compilerVersion: latest
zlib
libraryVersion: latest
Git
toolVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Quick Install (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bashQuick Install with UI (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.sh | bash -s -- --uiQuick Install (Windows)
Invoke-WebRequest -Uri https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/install.ps1 -OutFile install.ps1
.
install.ps1Manual Install (macOS / Linux)
curl -fsSL https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/scripts/setup.sh | bashManual Install (Windows)
irm https://raw.githubusercontent.com/DeusData/codebase-memory-mcp/main/scripts/setup-windows.ps1 | iexAUR (Arch Linux)
yay -S codebase-memory-mcp-bin
paru -S codebase-memory-mcp-binBuild from Source (macOS / Linux)
git clone https://github.com/DeusData/codebase-memory-mcp.git
cd codebase-memory-mcp
scripts/build.sh
scripts/build.sh --with-uiPost Installation Steps
- Restart your coding agent.
- Run 'codebase-memory-mcp --help' to see available commands.
- Index your project by saying 'Index this project' to your agent.
