FireConfigMCP
fire_config_mcp
Aufstellen
1. Abhängigkeiten installieren
bun install2. Erstellen und platzieren Sie serviceAccount.json
Um dem Server den Zugriff auf Firebase Remote Config zu ermöglichen, benötigen Sie eine Google Cloud-Dienstkonto-Schlüsseldatei:
A. Google Cloud Console (Zeigen und Klicken)
Öffnen Sie IAM & Admin → Dienstkonten innerhalb desselben GCP-Projekts, dem Ihre Firebase-App gehört.
Klicken Sie auf „Dienstkonto erstellen“
Name:
mcp-remote-config(jeder Name ist in Ordnung)Beschreibung: „MCP-Server – Remote-Konfigurationszugriff“
Gewähren Sie diesem Dienstkonto Zugriff:
Suchen Sie in der Rollenauswahl nach „Remote Config Viewer“ oder „Remote Config Admin“ (je nach Bedarf) und wählen Sie es aus.
Fügen Sie optional Firebase Analytics Viewer hinzu, wenn Ihre Vorlagenbedingungen auf GA4-Zielgruppen verweisen.
Fertigstellen → Erledigt.
Klicken Sie in der Liste auf das Konto → Registerkarte Schlüssel → Schlüssel hinzufügen → Neuen Schlüssel erstellen → JSON .
Laden Sie die JSON-Datei herunter und platzieren Sie sie als
serviceAccount.jsonim Projektstamm.
Hinweis: Übergeben Sie
serviceAccount.jsonnicht der Versionskontrolle. Es befindet sich bereits in.gitignore.
3. Führen Sie den Server aus
bun run index.tsDer Server wird standardmäßig auf Port 3000 gestartet.
Related MCP server: Firebase Realtime Database API MCP Server
Verwendung
Fügen Sie diesen MCP-Server einem Client hinzu (z. B. Cursor, Claude Desktop oder Ihrem eigenen MCP-Client).
Im Cursor:
Öffnen Sie Cursoreinstellungen → Funktionen → Neuen MCP-Server hinzufügen.
Verwenden Sie für den Befehl:
npx -y supergateway --sse http://localhost:3000/mcp
"fire-config-mcp": { "command": "npx", "args": [ "-y", "supergateway", "--sse", " http://localhost:3000/mcp " ] } ``` (Oder verwenden Sie den Pfad/Befehl, wie er in Ihrer Umgebung konfiguriert ist.) 3. Speichern und verbinden.
In Ihrem eigenen MCP-Client (TypeScript-Beispiel):
Sie können mit dem Client @modelcontextprotocol/sdk eine Verbindung zu diesem Server herstellen:
import { Client } from "@modelcontextprotocol/sdk/client/index.js";
import { SSEClientTransport } from "@modelcontextprotocol/sdk/client/sse.js";
const client = new Client({ name: "my-client", version: "1.0.0" });
const transport = new SSEClientTransport("http://localhost:3000/mcp");
await client.connect(transport);
// Now you can list tools, call tools, etc.
const tools = await client.listTools();Weitere Einzelheiten finden Sie in der MCP TypeScript SDK-Dokumentation .
Dieses Projekt wurde mit bun init in bun v1.2.7 erstellt. Bun ist eine schnelle All-in-One-JavaScript-Laufzeitumgebung.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThe Firebase MCP server provides a standardized interface to interact with Firebase services, including Firebase Authentication, Firestore, and Firebase Storage.399248MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP Server that provides natural language access to Google's Firebase Realtime Database API, enabling database operations and management through conversation.
- FlicenseNot gradedqualityDmaintenanceAn MCP Server providing access to Google's Firebase API, allowing natural language interaction with Firebase services and resources.
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables interaction with the Firebase App Check API, allowing users to verify and manage the authenticity of requests to Firebase backend services through natural language.
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
MCP server for interacting with the Supabase platform
Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IdanAizikNissim/FireConfigMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server