Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Gemini Search MCP Server
Claim
by
Lorhlona
GitHub
Search
JavaScript
MIT License
16
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
public
src
CODE_OF_CONDUCT.md
Dockerfile
.env.example
.gitattributes
.gitignore
LICENSE
package.json
README.md
renovate.json
smithery.yaml
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "lib": ["ES2022"] }, "include": ["src/**/*"], "exclude": ["node_modules"] }