Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Google News MCP Server
Claim
by
ChanMeng666
npm
GitHub
Search
JavaScript
MIT License
18
17
Reddit
Discord
Overview
Inspect
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"] }