gotham-browser
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gotham-browserSearch Reddit for trending self-hosted tools this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🦇 gotham-browser
Browser automation agent para o GOTHAM_OS — powered by browser-use OSS (100% self-hosted, zero cloud deles).
O que é
Serviço que permite qualquer parte do GOTHAM controlar um browser real com IA:
Pesquisa de suprassumo — varrer Reddit/HN/GitHub ao vivo para o STACK freshness check
Inteligência competitiva — scraping de LPs, preços, ads de concorrentes (BENCHMARK_LABS)
Automação — formulários, testes de UX, navegação autônoma
Auditoria de UX — Claude inspeciona SaaS/LPs ao vivo com você
Modos de uso
# 1. MCP server (integração direta com Claude Code)
claude mcp add gotham-browser -- python -m src.main --mcp
# 2. REST API (usado por outros serviços do GOTHAM)
uvicorn src.main:app --port 7893
# 3. One-shot CLI (pesquisa rápida)
python -m src.main --task "scrape top posts r/selfhosted last week about self-hosted alternatives to Coolify"
# 4. Docker (produção no VPS Oracle)
docker-compose up -dStack
browser-use OSS v0.12.9 — agente IA + Playwright
Playwright — controle de browser (ARM64 ✅)
FastAPI — REST API para integração
LLMs: Claude Sonnet (padrão) | Gemini | GPT-OSS — usa suas keys, não a cloud deles
gotham-realtime — emite eventos de task_started/completed para o painel :7892
Integração GOTHAM
gotham-browser (:7893)
├── Claude Code via MCP → eu controlo o browser diretamente
├── gotham-matrix → pesquisa freshness check do STACK automático
├── BENCHMARK_LABS → scraping de concorrentes
└── gotham-realtime → eventos visÃveis no painel :7892Deploy Oracle ARM VPS
# No VPS via Coolify — adicionar como app Docker
git clone https://github.com/gotham-os/gotham-browser
cd gotham-browser
cp .env.example .env # preencher com suas keys
docker-compose up -dArquitetura
src/
├── main.py # FastAPI REST + MCP server + CLI entry
├── agent.py # browser-use wrapper (multi-LLM)
└── realtime.py # emit eventos para gotham-realtimeThis server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/gotham-os/gotham-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server