Files
nuc/.mcp.json
Alejandro Gutiérrez 390eda1595 Initial commit - NUC server configuration and docs
- CLAUDE.md: Server instructions and service reference
- docs/: Persistent documentation (architecture, guides)
- .artifacts/: Session-generated notes
- playwriter-browser/: Remote browser container config

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 20:49:20 +00:00

29 lines
771 B
JSON

{
"mcpServers": {
"coolify": {
"command": "npx",
"args": ["-y", "@masonator/coolify-mcp@latest"],
"env": {
"COOLIFY_BASE_URL": "http://192.168.1.3:8000",
"COOLIFY_ACCESS_TOKEN": "8|UZt8zhHTMDJofF0OmONSegWoQTDkXpLv1TWDnM1X"
}
},
"playwriter-local": {
"command": "npx",
"args": ["playwriter"]
},
"playwriter-nuc-01": {
"command": "npx",
"args": ["-y", "playwriter", "--host", "192.168.1.3", "--token", "nuc-browser-token"]
},
"browsermcp": {
"command": "npx",
"args": ["@browsermcp/mcp@latest"]
},
"chrome-devtools-nuc-01": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest", "--wsEndpoint", "ws://192.168.1.3:19988/cdp"]
}
}
}