What it does
Celery Root ships with an optional MCP server that exposes read-only tools over HTTP. It lets MCP clients inspect the Celery Root SQLite store without write access.Enable MCP
Setmcp in your config and provide an auth token:
CELERY_ROOT_MCP_ENABLED(derived from config)CELERY_ROOT_MCP_HOSTCELERY_ROOT_MCP_PORTCELERY_ROOT_MCP_PATHCELERY_ROOT_MCP_AUTH_KEY
Read-only database access
For SQLite, the MCP server opens the database in read-only mode. For non-SQLite databases, provide a read-only URL:Client snippets
The Settings page in the UI renders JSON snippets and CLI commands for Codex and Claude. Visit/settings/ after enabling MCP to copy them.