sensormesh mcp for Zed
io.github.jayjex/sensormesh-mcp
MCP server for the SensorMesh open sensor data commons: inventory, reading windows, stats.
client:Zed
transport:stdio
runtime:npm
Install sensormesh mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sensormesh-mcp": {
"command": "npx",
"args": [
"-y",
"@jayjex/sensormesh-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs