Skip to content

Commit 3ce66e4

Browse files
Fix formatting and update README.md content
1 parent 962cefe commit 3ce66e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/mcp/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Firebase MCP Server
1+
# Firebase MCP Server
22

3-
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
3+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](../../LICENSE)
44
[![Install MCP Server](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en/install-mcp?name=firebase&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImZpcmViYXNlLXRvb2xzQGxhdGVzdCIsIm1jcCJdfQ==)
55

66
The Firebase Model Context Protocol (MCP) Server gives AI-powered development tools the ability to work with your Firebase projects and your app's codebase. The Firebase MCP server works with any tool that can act as an MCP client, including: [Firebase Studio](https://firebase.google.com/studio), [Gemini CLI](https://github.com/google-gemini/gemini-cli) , [Claude Code](https://www.claude.com/product/claude-code), [Cline](https://github.com/cline/cline), [Cursor](https://www.cursor.com/), VS Code Copilot, [Windsurf](https://codeium.com/windsurf), and more!
@@ -113,6 +113,7 @@ To configure Firebase Studio to use the Firebase MCP server, edit or create the
113113
}
114114
}
115115
```
116+
116117
## Usage
117118

118119
Once configured, the MCP server will automatically provide Firebase capabilities to your AI assistant. You can:
@@ -130,12 +131,12 @@ For a complete list of available tools and resources, see the [Server Capabiliti
130131

131132
For more information, visit the [official Firebase MCP server documentation](https://firebase.google.com/docs/ai-assistance/mcp-server).
132133

133-
134134
## Server Capabilities
135135

136136
The Firebase MCP server provides three types of capabilities: **Tools** (functions that perform actions), **Prompts** (reusable command templates), and **Resources** (documentation files for AI models).
137137

138138
### Tools
139+
139140
| Tool Name | Feature Group | Description |
140141
| ------------------------------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
141142
| firebase_login | core | Use this to sign the user into the Firebase CLI and Firebase MCP server. This requires a Google Account, and sign in is required to create and work with Firebase Projects. |

0 commit comments

Comments
 (0)