FireConfigMCP
fire_config_mcp
설정
1. 종속성 설치
지엑스피1
2. serviceAccount.json 생성하고 배치합니다.
서버가 Firebase 원격 구성에 액세스할 수 있도록 하려면 Google Cloud 서비스 계정 키 파일이 필요합니다.
A. Google Cloud Console(포인트 앤 클릭)
Firebase 앱을 소유한 동일한 GCP 프로젝트 내에서 IAM 및 관리자 → 서비스 계정을 엽니다.
서비스 계정 만들기를 클릭하세요
이름:
mcp-remote-config(어떤 이름이든 괜찮습니다)설명: "MCP 서버 - 원격 구성 액세스"
이 서비스 계정에 액세스 권한 부여:
역할 선택기에서 원격 구성 뷰어 또는 원격 구성 관리자 (필요한 경우)를 검색하여 선택합니다.
템플릿 조건이 GA4 대상 고객을 참조하는 경우 선택적으로 Firebase Analytics 뷰어를 추가합니다.
완료 → 완료.
목록에서 계정 → 키 탭 → 키 추가 → 새 키 만들기 → JSON을 클릭합니다.
JSON 파일을 다운로드하여 프로젝트 루트에
serviceAccount.json이라는 이름으로 넣습니다.
참고:
serviceAccount.json버전 관리 시스템에 커밋하지 마세요 . 이미.gitignore파일에 있습니다.
3. 서버를 실행하세요
bun run index.ts서버는 기본적으로 포트 3000에서 시작됩니다.
Related MCP server: Firebase Realtime Database API MCP Server
용법
이 MCP 서버를 클라이언트(예: Cursor, Claude Desktop 또는 사용자 고유의 MCP 클라이언트)에 추가합니다.
커서에서:
커서 설정 → 기능 → 새 MCP 서버 추가를 엽니다.
명령을 사용하려면 다음을 사용하세요.
npx -y 슈퍼게이트웨이 --sse http://localhost:3000/mcp
"fire-config-mcp": { "command": "npx", "args": [ "-y", "supergateway", "--sse", " http://localhost:3000/mcp " ] } ``` (또는 환경에 구성된 경로/명령을 사용합니다.) 3. 저장하고 연결합니다.
자신의 MCP 클라이언트에서(TypeScript 예시):
@modelcontextprotocol/sdk 클라이언트를 사용하여 이 서버에 연결할 수 있습니다.
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();자세한 내용은 MCP TypeScript SDK 설명서를 참조하세요.
이 프로젝트는 bun v1.2.7의 bun init 사용하여 만들어졌습니다. Bun은 빠른 올인원 JavaScript 런타임입니다.
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