Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
GemSuite-MCP
by
PV-Bhat
Verified
GitHub
Search
Developer Tools
TypeScript
MIT License
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
docs
src
test
CONTRIBUTING.md
Dockerfile
.env.example
.gitignore
LICENSE
package.json
package-lock.json
README.md
run.bat
SETUP.md
simple-index.js
smithery.yaml
tsconfig.json
{ "name": "gemsuite-mcp", "version": "1.0.0", "description": "Professional Gemini API integration for Claude and MCP-compatible hosts with intelligent model selection and advanced file handling", "main": "simple-index.js", "scripts": { "build": "echo 'No build step needed for CommonJS version'", "start": "node simple-index.js", "test": "node test/test-gemini-tools.js" }, "keywords": [ "gemini", "mcp", "ai", "claude", "google-ai", "model-context-protocol" ], "author": "PV-Bhat", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.6.2", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^20.10.3", "typescript": "^5.3.2" }, "repository": { "type": "git", "url": "https://github.com/PV-Bhat/gemsuite-mcp.git" }, "engines": { "node": ">=16.0.0" } }