Spot AI MCP (Unofficial) for Zed
io.github.phil-bryant/spot-ai-mcp
Unofficial community MCP server for the Spot AI camera and video-intelligence REST API. Read-only.
client:Zed
transport:stdio
runtime:pypi
Install Spot AI MCP (Unofficial) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spot-ai-mcp": {
"command": "uvx",
"args": [
"spot-ai-mcp"
],
"env": {
"SPOT_AI_API_KEY": "<SPOT_AI_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs