Skip to main content
Glama

GemForge-Gemini-Tools-MCP

smithery.yaml888 B
# Smithery.ai configuration for GemForge-MCP startCommand: type: stdio configSchema: type: object properties: GEMINI_API_KEY: type: string description: "Google Gemini API key" GEMINI_PAID_TIER: type: boolean description: "Whether using paid tier (for rate limits)" default: false DEFAULT_MODEL_ID: type: string description: "Default Gemini model ID to use" default: "gemini-2.5-flash-preview-04-17" required: - GEMINI_API_KEY commandFunction: |- (config) => ({ "command": "node", "args": [ "dist/src/index.js" ], "env": { "GEMINI_API_KEY": config.GEMINI_API_KEY, "GEMINI_PAID_TIER": config.GEMINI_PAID_TIER ? "true" : "false", "DEFAULT_MODEL_ID": config.DEFAULT_MODEL_ID || "gemini-2.5-flash-preview-04-17" } })

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/PV-Bhat/GemForge-MCP'

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