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>
This commit is contained in:
Alejandro Gutiérrez
2026-02-01 20:49:20 +00:00
commit 390eda1595
25 changed files with 3664 additions and 0 deletions

28
.mcp.json Normal file
View File

@@ -0,0 +1,28 @@
{
"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"]
}
}
}