Skip to main content
Glama

Browser MCP Server

by sac916
.dockerignore•670 B
# Git .git .gitignore .gitattributes # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Virtual environment (exclude from container) venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Runtime files logs/ screenshots/ downloads/ tmp/ *.log # Docker files (don't copy into container) Dockerfile* docker-compose*.yml .dockerignore # Documentation (keep README.md for setup.py) *.md !README.md # CI/CD .github/ .travis.yml .circleci/ # Testing .coverage .pytest_cache/ htmlcov/ # Local config .env .env.local

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sac916/claude-browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server