smart terminal for Zed
io.github.pungggi/smart-terminal
MCP PTY server providing AI agents with real interactive terminal access
client:Zed
transport:stdio
runtime:npm
Install smart terminal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"smart-terminal": {
"command": "npx",
"args": [
"-y",
"smart-terminal-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs