@alfe.ai/openclaw-database
v0.0.48
Published
OpenClaw database plugin — MongoDB access for agents via MCP tools
Readme
@alfe.ai/openclaw-database
FROZEN (2026-07-03). The per-tenant database feature is frozen platform-side. This plugin is no longer shipped to new agents and its backend (
services/database) refuses to provision clusters. The package is retained but dormant. Seeservices/database/REVIVE.mdfor the rationale and how to bring it back.
OpenClaw plugin that gives an agent direct MongoDB access to its org's Atlas
cluster via db_* MCP tools (find / insert / update / delete / aggregate /
index / schema). Credentials are fetched from the Alfe database service at
activation time.
The retained implementation is defense-in-depth for existing installations:
it validates the credential response and database allowlist, blocks protected
collections and unsafe executable/cross-collection aggregation operators,
bounds query/input/output sizes, and requires explicit intent for destructive
collection-wide or drop operations. It remains onStartup: false and is not
present in any integration manifest.
Development
pnpm --filter @alfe.ai/openclaw-database lint
pnpm --filter @alfe.ai/openclaw-database typecheck
pnpm --filter @alfe.ai/openclaw-database test
pnpm --filter @alfe.ai/openclaw-database build