other
Firebase MCP, CLI, and Lua Integration for AI Agents
Firebase integration docs for AI agents: MCP gateway setup, Firebase CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Manual OAuth token auth
Firebase for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
firebase- route_slug
firebase- package
firebase- auth_strategy
oauth2_manual_tokenManual OAuth token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Firebase CLIHeadless setup and direct function calls. Firebase MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Firebase MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Firebase.
Claude Code Firebase MCP setup for Claude Code. Cursor Firebase MCP setup for Cursor. Codex Firebase MCP setup for Codex. OpenAI Agents Firebase MCP setup for OpenAI Agents SDK. Claude Agent SDK Firebase MCP setup for Claude Agent SDK. Vercel AI SDK Firebase MCP setup for Vercel AI SDK. LangChain Firebase MCP setup for LangChain. LangGraph Firebase MCP setup for LangGraph. CrewAI Firebase MCP setup for CrewAI. MCP clients Firebase MCP setup for Generic MCP Clients.
Firebase CLI Matrix
Use these pages for direct Firebase CLI workflows in scripts, CI, cron, and agent wrappers.
CI Firebase CLI for CI. Cron Jobs Firebase CLI for cron jobs. Shell Scripts Firebase CLI for shell scripts. Headless Automation Firebase CLI for headless automation. Coding Agents Firebase CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
firebase.firebase_list_projects | Read read | 2 | List all Firebase projects the caller has access to. Returns project display names and IDs. |
firebase.firebase_get_project | Read read | 1 | Get details of a specific Firebase project by its resource name. |
firebase.firebase_list_databases | Read read | 1 | List Cloud Firestore databases in a Firebase project. |
firebase.firebase_list_documents | Read read | 5 | List documents in a Firestore collection. |
firebase.firebase_list_collections | Read read | 3 | List collection IDs under a Firestore document or database root. |
firebase.firebase_list_users | Read read | 2 | List users in a Firebase project via the Identity Toolkit API. |
firebase.firebase_get_current_user | Read read | 0 | Get the currently authenticated OAuth2 user profile information. |