Skip to main content
Glama

Genkit MCP

Official
by firebase
# No new actions at runtime error Defining new actions at runtime is not allowed. ✅ DO: ```ts const prompt = defineDotprompt({...}) const flow = defineFlow({...}, async (input) => { await prompt.generate(...); }) ``` ❌ DON'T: ```ts const flow = defineFlow({...}, async (input) => { const prompt = defineDotprompt({...}) prompt.generate(...); }) ```

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/firebase/genkit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server