|
|
9 месяцев назад | |
|---|---|---|
| .. | ||
| .claude-plugin | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 месяцев назад |
| .mcp.json | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 месяцев назад |
| README.md | 4ca561fb85 creating intital scaffolding for claude code plugins | 9 месяцев назад |
Google Firebase MCP integration for Claude Code.
Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow.
firebase login or Application Default Credentials)Add arguments to customize behavior:
--dir ABSOLUTE_DIR_PATH - Set project context directory--only FEATURE_1,FEATURE_2 - Limit exposed tools (comma-separated)Example with options:
{
"firebase": {
"command": "npx",
"args": ["-y", "firebase-tools@latest", "mcp", "--dir", "/path/to/project", "--only", "auth,firestore"]
}
}
See Firebase MCP Documentation for detailed setup instructions.