-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Firebase MCP server Claude plugin configuration #9424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
43f0270
acc737c
94bd0a4
342cfb6
676d40c
058acdc
0f57f4b
bd6a3c7
7445711
d1a6e76
d95887f
24cf01b
2bc98fb
2a984cb
d9c9789
81c1ca0
c7bcc71
c14df05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| { | ||
| "name": "firebase", | ||
| "owner": { | ||
| "name": "Firebase", | ||
| "email": "[email protected]" | ||
| }, | ||
| "metadata": { | ||
| "description": "Official Firebase CLI and MCP Server for managing Firebase projects", | ||
| "version": "1.0.0" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "firebase-mcp-server", | ||
| "description": "Firebase Model Context Protocol (MCP) Server for interacting with Firebase services including Firestore, Realtime Database, Cloud Functions, Hosting, and more", | ||
charlotteliang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "version": "14.23.0", | ||
charlotteliang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "author": { | ||
| "name": "Firebase", | ||
| "url": "https://firebase.google.com/" | ||
| }, | ||
| "homepage": "https://github.com/firebase/firebase-tools", | ||
| "repository": "https://github.com/firebase/firebase-tools.git", | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "firebase", | ||
| "mcp", | ||
| "cloud", | ||
| "firestore", | ||
| "database", | ||
| "hosting", | ||
| "functions", | ||
| "cli" | ||
| ], | ||
| "category": "development", | ||
| "tags": [ | ||
| "firebase", | ||
| "backend", | ||
| "database", | ||
| "cloud-services" | ||
| ], | ||
| "mcpServers": { | ||
| "firebase": { | ||
| "description": "Firebase MCP Server for managing Firebase projects and services", | ||
charlotteliang marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "command": "npx", | ||
| "args": [ | ||
| "-y", | ||
| "firebase-tools", | ||
| "mcp", | ||
| "--dir", | ||
| "." | ||
| ], | ||
|
||
| "env": { | ||
| "IS_FIREBASE_MCP": "true" | ||
| } | ||
| } | ||
| }, | ||
| "source": "./" | ||
| } | ||
| ] | ||
| } | ||
Uh oh!
There was an error while loading. Please reload this page.