Skip to main content
Glama
tanamurayuuki

Gemini URL Context & Search MCP Server

Environment.ts483 B
export class Environment { constructor( public readonly geminiApiKey: string, public readonly modelName: string = 'gemini-2.0-flash-exp' ) {} static load(): Environment { const geminiApiKey = process.env.GEMINI_API_KEY?.trim(); if (!geminiApiKey) { throw new Error('GEMINI_API_KEY is required'); } const modelName = process.env.GEMINI_MODEL_NAME?.trim() || 'gemini-2.0-flash-exp'; return new Environment(geminiApiKey, modelName); } }

Latest Blog Posts

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/tanamurayuuki/MCP-URLcontext'

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