Install ShieldCortex

Two minutes from a fresh machine to a configured ShieldCortex install. Pick the path that matches your agent runtime.

Fresh Install

ShieldCortex CLI

Install and auto-configure for Claude Code, OpenClaw, VS Code, Codex:

npm install -g shieldcortex
shieldcortex quickstart

Restart your agent and approve the MCP server.

ShieldCortex + OpenClaw

Add memory security to your existing OpenClaw agents:

openclaw skills install shieldcortex
openclaw plugins install @drakon-systems/shieldcortex-realtime

Restart the gateway: openclaw gateway restart

Migrating from Claude Cortex

# Non-destructive — copies your database, updates settings
shieldcortex migrate
# Restart Claude Code

Your existing memories are preserved. The original database stays intact at ~/.claude-cortex/ for rollback.

Verify Installation

shieldcortex doctor

Next steps

Trouble installing?

If shieldcortex doctor reports an issue, the report links the exact fix command. For everything else, file an issue on GitHub.