Skip to content

Instantly share code, notes, and snippets.

View kahl-dev's full-sized avatar
🏠
Working from home

Patrick Kahl kahl-dev

🏠
Working from home
View GitHub Profile
@usrbinkat
usrbinkat / .mcp.json
Last active July 5, 2025 12:02
mcp.json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"],
"env": {
"PUPPETEER_LAUNCH_OPTIONS": "{\"headless\": \"new\", \"args\": [\"--no-sandbox\", \"--disable-setuid-sandbox\", \"--disable-dev-shm-usage\", \"--window-size=1280,720\"]}",
"ALLOW_DANGEROUS": "true"
}
},