- 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>
29 lines
771 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|