Files
my-pal-mcp-server/examples/claude_config_wsl.json

19 lines
430 B
JSON

{
"comment": "Windows configuration using WSL with Docker",
"comment2": "Ensure Docker Desktop is running and WSL integration is enabled",
"comment3": "Run './setup-docker.sh' in WSL first to set up the environment",
"mcpServers": {
"zen": {
"command": "wsl.exe",
"args": [
"docker",
"exec",
"-i",
"zen-mcp-server",
"python",
"server.py"
]
}
}
}