-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
43f0270
00~Add Firebase MCP server Claude plugin configuration
charlotteliang acc737c
update README
charlotteliang 94bd0a4
Update Firebase plugin description and name
charlotteliang 342cfb6
Update README for Firebase plugin installation instructions
charlotteliang 676d40c
Update Firebase plugin description and version
charlotteliang 058acdc
prettify mcp readme
charlotteliang 0f57f4b
Merge branch 'master' into firebase-mcp-claude-plugin
charlotteliang bd6a3c7
Fix casing in Firebase plugin descriptions
charlotteliang 7445711
Fix capitalization in README for consistency
charlotteliang d1a6e76
Merge branch 'master' into firebase-mcp-claude-plugin
charlotteliang d95887f
Update src/mcp/README.md
charlotteliang 24cf01b
Update src/mcp/README.md
charlotteliang 2bc98fb
Update .claude-plugin/marketplace.json
charlotteliang 2a984cb
Update .claude-plugin/marketplace.json
charlotteliang d9c9789
Update README instructions for Firebase plugin
charlotteliang 81c1ca0
Update .claude-plugin/marketplace.json
charlotteliang c7bcc71
Merge branch 'master' into firebase-mcp-claude-plugin
charlotteliang c14df05
fix format with prettier
charlotteliang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| { | ||
| "name": "firebase", | ||
| "owner": { | ||
| "name": "Firebase", | ||
| "email": "[email protected]" | ||
| }, | ||
| "metadata": { | ||
| "description": "Official Claude plugin for Firebase to help understand and manage your Firebase project, resources, and data", | ||
| "version": "1.0.0" | ||
| }, | ||
| "plugins": [ | ||
| { | ||
| "name": "firebase", | ||
| "description": "Claude plugin for Firebase that installs the Firebase MCP server and helps to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", | ||
| "version": "1.0.0", | ||
| "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 understanding and managing your Firebase project, resources, and data", | ||
| "command": "npx", | ||
| "args": ["-y", "firebase-tools", "mcp", "--dir", "."], | ||
| "env": { | ||
| "IS_FIREBASE_MCP": "true" | ||
| } | ||
| } | ||
| }, | ||
| "source": "./" | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.