curl -fsSL https://agentralabs.tech/install/veritas | bashDownloads a pre-built agentic-veritas-mcp binary, installs to ~/.local/bin/, and merges the MCP server config into Claude Desktop and Claude Code. Requires curl and jq.
# Desktop MCP clients (auto-merge Claude configs)
curl -fsSL https://agentralabs.tech/install/veritas/desktop | bash
# Terminal-only (no desktop config writes)
curl -fsSL https://agentralabs.tech/install/veritas/terminal | bash
# Remote/server host (no desktop config writes)
curl -fsSL https://agentralabs.tech/install/veritas/server | bashCloud/server runtime cannot read files from your laptop directly.
export AGENTIC_TOKEN="$(openssl rand -hex 32)"All MCP clients must send Authorization: Bearer <same-token>.
cargo install agentic-veritas-cliThis installs the averitas binary.
cargo install agentic-veritas-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentic-veritas": {
"command": "agentic-veritas-mcp",
"args": ["serve"]
}
}
}claude mcp add agentic-veritas agentic-veritas-mcp servegit clone https://github.com/agentralabs/agentic-veritas.git
cd agentic-veritas
cargo build --workspace --releaseBinaries are in target/release/.
npm install @agenticamem/veritas- Rust: 1.75+ (for building from source)
- OS: macOS, Linux, Windows (WSL)