Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Tavily MCP Server
Claim
by
it-beard
GitHub
Search
Browser Automation
JavaScript
MIT License
5
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
build
data
src
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "type": "module", "scripts": { "build": "tsc && chmod +x build/index.js" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.3.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.3", "axios": "^1.7.9" } }