File size: 692 Bytes
e8824b6 9408371 e8824b6 98cc5c0 e8824b6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
{
"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}"
}
}
}
|