mcp rs232 for Zed
io.github.daedalus/mcp-rs232
An MCP server that exposes RS232 serial port connectivity
client:Zed
transport:stdio
runtime:pypi
Install mcp rs232 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-rs232": {
"command": "uvx",
"args": [
"mcp-rs232"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs