terminal mcp for Zed
io.github.mkpvishnu/terminal-mcp
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
client:Zed
transport:stdio
runtime:pypi
Install terminal mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"terminal-mcp": {
"command": "uvx",
"args": [
"terminal-mcp"
],
"env": {
"TERMINAL_MCP_MAX_SESSIONS": "<TERMINAL_MCP_MAX_SESSIONS>",
"TERMINAL_MCP_IDLE_TIMEOUT": "<TERMINAL_MCP_IDLE_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs