WellBePlusAssistant / settings /mcp_config.json
natasha1704's picture
Update settings/mcp_config.json
9408371 verified
raw
history blame
692 Bytes
{
"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}"
}
}
}