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
config.json•1.29 KiB
{
"mcpServers": {
"genkit": {
"command": "genkit",
"args": ["mcp"]
}
},
"docs": [
{
"url": "https://genkit.dev/docs/models.md",
"name": "generate-content",
"title": "Generate Content",
"description": "read before generating content (text, structured data, images, videos) with Genkit."
},
{
"url": "https://genkit.dev/docs/flows.md",
"name": "flows",
"title": "Using Flows to build GenAI Workflows",
"description": "read before building API endpoints or repeatable, strongly-typed workflows with Genkit"
},
{
"url": "https://genkit.dev/docs/tool-calling.md",
"name": "tool-calling",
"title": "Tool Calling",
"description": "read before adding tools/function calls to Genkit for GenAI"
},
{
"url": "https://genkit.dev/docs/interrupts.md",
"name": "tool-calling/interrupts",
"title": "Interrupts (Tool Calling with Human-in-the-Loop)",
"description": "read to understand how to use interrupts to provide human-in-the-loop capabilities to Genkit agents"
},
{
"url": "https://genkit.dev/docs/context.md",
"name": "context",
"description": "read to understand how to pass context to tools and flows without exposing sensitive data to the LLM"
}
]
}