We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chug2k/gemini-imagen4'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
runtime: typescript
startCommand:
type: stdio
configSchema:
type: object
required: ["geminiApiKey"]
properties:
geminiApiKey:
type: string
title: "Gemini API Key"
description: "Your Google Gemini API key"
debug:
type: boolean
title: "Debug Mode"
description: "Enable debug logging"
default: false