Skip to main content
Glama

Gemini Thinking MCP Server

by falahgs
package.json819 B
{ "name": "gemini-thinking-mcp", "version": "1.0.0", "description": "MCP server implementation for Google Gemini 2.0 Flash Thinking model", "type": "module", "bin": { "gemini-thinking": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "dev": "tsc --watch", "start": "node build/index.js" }, "keywords": ["mcp", "gemini", "google", "ai", "llm", "thinking", "flash"], "author": "Kamel IRZOUNI", "license": "MIT", "dependencies": { "@google/generative-ai": "^0.2.1", "@modelcontextprotocol/sdk": "0.6.0", "dotenv": "^16.4.7" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/falahgs/gemini-thinking-mcp'

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