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:
28
.mcp.json
Normal file
28
.mcp.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user