Installation
git clone <repository-url>
cd sensor-mcp
uv sync
MCP Configuration
{
"mcpServers": {
"autodistill-server": {
"type": "stdio",
"command": "uv",
"args": [
"--directory",
"/path/to/sensor-mcp",
"run",
"src/zoo_mcp.py"
]
}
}
}
Environment Setup
UNSPLASH_API_KEY=your_unsplash_api_key_here