Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub cure-consulting-group/productengineeringskillsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"firebase-firestore": {
"command": "npx",
"args": [
"-y",
"mcp-firestore"
],
"env": {
"FIRESTORE_PROJECT_ID": "${FIREBASE_PROJECT_ID}",
"SERVICE_ACCOUNT_KEY_PATH": "${GOOGLE_APPLICATION_CREDENTIALS}"
}
}
}
}Replace placeholder values for: SERVICE_ACCOUNT_KEY_PATH
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
FIRESTORE_PROJECT_ID=${FIREBASE_PROJECT_ID}SERVICE_ACCOUNT_KEY_PATH=${GOOGLE_APPLICATION_CREDENTIALS}Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.