AgenticCodebase
Installation
curl -fsSL https://agentralabs.tech/install/codebase | bash
Recommended
curl -fsSL https://agentralabs.tech/install/codebase | bashProfiles
curl -fsSL https://agentralabs.tech/install/codebase/desktop | bash
curl -fsSL https://agentralabs.tech/install/codebase/terminal | bash
curl -fsSL https://agentralabs.tech/install/codebase/server | bashCargo
cargo install agentic-codebase-cli
cargo install agentic-codebase-mcpnpm
npm install @agenticamem/codebaseVerify
acb --version
agentic-codebase-mcp --versionAfter install
- Restart your MCP client.
- Confirm
agentic-codebaseappears in MCP server listings.
Troubleshooting
If acb is not found after installation, ensure ~/.cargo/bin is in your PATH. You can add it by appending export PATH="$HOME/.cargo/bin:$PATH" to your shell profile (.bashrc, .zshrc, or equivalent) and restarting your terminal.