mcp console automation for Zed
io.github.ooples/mcp-console-automation
MCP server for AI-driven console application automation and monitoring
client:Zed
transport:stdio
runtime:npm
Install mcp console automation in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-console-automation": {
"command": "npx",
"args": [
"-y",
"mcp-console-automation"
],
"env": {
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs