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
Motor de automação de browser do GOTHAM_OS. Usa browser-use OSS com Playwright/Chromium — 100% self-hosted, zero cloud externo.
Casos de uso
Pesquisa de suprassumo — varrer Reddit/HN/GitHub/X ao vivo para freshness check do STACK_ARSENAL
Inteligência competitiva — scraping de LPs, preços, ads de concorrentes (BENCHMARK_LABS)
Auditoria de UI/UX — inspecionar checkout, formulários, fluxos ao vivo
Automação — qualquer tarefa que exige navegar, clicar, extrair
Related MCP server: real-browser-mcp
Arquitetura
Claude Code (WSL) ──MCP stdio──→ browser-use CLI (uvx, local)
Codex / agy / OpenCode ──REST POST──→ gotham-browser :7893 (Coolify / Oracle VPS)
↓
Playwright/Chromium headless
↓
LLM do arsenal GOTHAM (canon §3)
↓
gotham-realtime :7892 (eventos opcionais, quando configurado)MCP — Claude Code (WSL)
# Status
claude mcp list | grep gotham-browser
# → gotham-browser: uvx browser-use[cli] --mcp ✓ Connected
# Usar (dentro do Claude Code):
# "Acessa reddit.com/r/selfhosted e me traz os 5 posts mais votados"
# "Testa o checkout do verifiedbms.com e me diz o que está quebrado"REST API — Outros CLIs da VPS
Endpoint: http://localhost:7893 (interno VPS). Runtime atual: Coolify.
# Health
curl http://localhost:7893/health
# → {"ok":true,"service":"gotham-browser","version":"0.1.0"}
# Tarefa
curl -X POST http://localhost:7893/run \
-H "Content-Type: application/json" \
-d '{"task": "Scrape top posts r/selfhosted this week", "llm_provider": "nvidia"}'Arsenal de LLMs (canon 12-DELEGACAO §2-§3)
Todos sem custo adicional — usam as chaves já no ecossistema GOTHAM.
Provider | Modelos padrão | Custo | Chave |
| openai/gpt-oss-120b | Free ~40 RPM |
|
| nemotron-3-ultra-free, deepseek-v4-flash-free | Free, sem chave | — |
| glm-5.1, kimi-k2.6, deepseek-v4-pro | $10/mês OpenCode Go |
|
| gemini-2.5-flash | Free 20/dia |
|
| variados free/paid | ver OR |
|
| claude-sonnet-4-6 | Pago |
|
| claude-opus-4-8 | Pago (nuclear) |
|
Estrutura
src/
├── main.py # FastAPI REST + MCP server + CLI entry
├── agent.py # browser-use wrapper — arsenal completo GOTHAM
└── realtime.py # emite eventos opcionais para gotham-realtime
Dockerfile # ARM64 + x86_64, playwright install --with-deps
docker-compose.yml # porta 7893
.env.example # todas as vars documentadasDeploy
WSL (MCP local — Claude Code)
# Chromium instalado em: ~/.local/share/gotham-browser-venv
# MCP registrado em: ~/.claude.json (project: /mnt/c/GOTHAM_OS)
# Verificar: claude mcp listOracle VPS / Coolify (REST — todos CLIs)
Estado atual em 2026-06-08:
Runtime: Coolify, não docker-compose manual.
Coolify app uuid:
pd3jyi52ngb6xze3p8ubxh14Repo fonte:
gotham-os/gotham-browserBranch:
masterPorta publicada:
7893Health validado:
http://127.0.0.1:7893/healthgotham-realtimenão roda na VPS; deixeGOTHAM_REALTIME_URLvazio no Coolify.
# Health na VPS:
curl http://127.0.0.1:7893/health.env mÃnimo
BROWSER_LLM_PROVIDER=nvidia
NVIDIA_API_KEY=nvapi-...
GOTHAM_REALTIME_URL=http://127.0.0.1:7892/ingest
BROWSER_HEADLESS=trueNa VPS Oracle, deixe GOTHAM_REALTIME_URL vazio se o broker gotham-realtime nao estiver rodando localmente.
Histórico Operacional
070df87— prepara compose para Coolify: remove host networking, torna realtime opcional, aceitallm_provider.07a5d23— remove bind mount./src:/app/src:ro, que quebravapython -m src.mainno container Coolify.Output canonico GOTHAM:
05_OUTPUTS_IA/DEPLOY_GOTHAM_BROWSER_COOLIFY_20260608.md.
Repo
gotham-os/gotham-browser | Código local: /mnt/c/GOTHAM_REPOS/gotham-browser | VPS: /opt/gotham/stacks/gotham-browser
This 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