Skip to content

firebase mcp server for Zed

io.github.dasasian/firebase-mcp-server

MCP server for Firebase — Firestore, Storage, Auth, and Cloud Logging, with schema validation.

client:Zed transport:stdio runtime:npm

Install firebase mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "firebase-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@dasasian/firebase-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

firebase mcp server in other clients