{ | |
"mcpServers": { | |
"whoop": { | |
"command": "whoop-mcp-server/venv/bin/python3", | |
"args": [ | |
"whoop-mcp-server/src/whoop_server.py" | |
], | |
"cwd": "whoop-mcp-server", | |
"env": { | |
"WHOOP_EMAIL": "your email", | |
"WHOOP_PASSWORD": "password" | |
}, | |
"url": "http://localhost:8000"}, | |
"healthcare-mcp-public": { | |
"command": "npx", | |
"args": [ | |
"-y", | |
"@smithery/cli@latest", | |
"run", | |
"@Cicatriiz/healthcare-mcp-public", | |
"--key" | |
], | |
"url": "https://server.smithery.ai/@Cicatriiz/healthcare-mcp-public/mcp?api_key={api_key}" | |
} | |
} | |
} | |