Server Config
{
"mcpServers": {
"snap_sense": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather",
"run",
"server.py"
],
"env": {
"ABSTRACT_API_KEY": "YOUR_API_KEY"
}
}
}
}