Skip to content

Commit dcb2f90

Browse files
authored
Adds Firebase Genkit to client list
1 parent 79ec3ca commit dcb2f90

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

clients.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ This page provides an overview of applications that support the Model Context Pr
1212
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
1313
| [Zed][Zed] |||||| Prompts appear as slash commands |
1414
| [Sourcegraph Cody][Cody] |||||| Supports resources through OpenCTX |
15+
| [Firebase Genkit][Genkit] | ⚠️ ||||| Supports resource list and lookup through tools. |
1516

1617
[Claude]: https://claude.ai/download
1718
[Zed]: https://zed.dev
1819
[Cody]: https://sourcegraph.com/cody
20+
[Genkit]: https://github.com/firebase/genkit
1921

2022
[Resources]: https://modelcontextprotocol.io/docs/concepts/resources
2123
[Prompts]: https://modelcontextprotocol.io/docs/concepts/prompts
@@ -53,6 +55,15 @@ The Claude desktop application provides comprehensive support for MCP, enabling
5355
- Uses OpenCTX as an abstraction layer
5456
- Future support planned for additional MCP features
5557

58+
### Firebase Genkit
59+
[Genkit](https://github.com/firebase/genkit) is Firebase's SDK for building and integrating GenAI features into applications. The [genkitx-mcp](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) plugin enables consuming MCP servers as a client or creating MCP servers from Genkit tools and prompts.
60+
61+
**Key features:**
62+
- Client support for tools and prompts (resources partially supported)
63+
- Rich discovery with support in Genkit's Dev UI playground
64+
- Seamless interoperability with Genkit's existing tools and prompts
65+
- Works across a wide variety of GenAI models from top providers
66+
5667
## Adding MCP support to your application
5768

5869
If you've added MCP support to your application, we encourage you to submit a pull request to add it to this list. MCP integration can provide your users with powerful contextual AI capabilities and make your application part of the growing MCP ecosystem.

0 commit comments

Comments
 (0)