Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Multi-service MCP Server
Claim
by
AdamPippert
GitHub
Version Control
Knowledge & Memory
Browser Automation
Python
Apache 2.0
Linux
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
container-guide.md
docker-compose.txt
docker-setup.txt
github-module.py
.gitignore
gitlab-module.py
gmaps-module.py
LICENSE
llm-integration.txt
mcp-architecture.mermaid
mcp-config.py
mcp-server-code.py
memory-module.py
package-json.json
production-deployment.md
puppeteer-module.py
python-client.py
README.md
redhat-deployment.md
requirements.txt
summary.md
test-script.py
tools-init.py
{ "name": "mcp-server", "version": "1.0.0", "description": "Model Context Protocol server with tools for GitHub, GitLab, Google Maps, Memory, and Puppeteer", "main": "index.js", "scripts": { "start": "python app.py", "install-node-deps": "npm install" }, "keywords": [ "mcp", "ai", "tools", "puppeteer" ], "dependencies": { "puppeteer": "^13.0.0" }, "engines": { "node": ">=14.0.0" } }