Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/ruflo-agentdb:agentdbFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
AgentDB management: 1. Call `mcp__claude-flow__agentdb_health` to check database health 2. Call `mcp__claude-flow__agentdb_controllers` to list whatever the runtime reports — controller `total` and `active` counts. The canonical list of names lives at `v3/@claude-flow/memory/src/controller-registry.ts:34-73` (`ControllerName` union); the runtime tool is the source of truth. 3. Present a summary with: total entries, active sessions, controller `active` / `total`, and storage size. 4. If `agentdb_health.available` is `false` (bridge unavailable), see the README's "Bridge unavailable" replace...
AgentDB management:
mcp__claude-flow__agentdb_health to check database healthmcp__claude-flow__agentdb_controllers to list whatever the runtime reports — controller total and active counts. The canonical list of names lives at v3/@claude-flow/memory/src/controller-registry.ts:34-73 (ControllerName union); the runtime tool is the source of truth.active / total, and storage size.agentdb_health.available is false (bridge unavailable), see the README's "Bridge unavailable" replacement table — memory_store / memory_search substitute for most agentdb_* operations.npx @claude-flow/cli@latest memory init --force to reinitialize.npx claudepluginhub zekiog/ruflo --plugin ruflo-agentdb5plugins reuse this command
First indexed May 13, 2026
/agentdbShow AgentDB plugin help — what's installed, what each command does, how to add more plugins.