aiterm mcp for Zed
io.github.kitepon/aiterm-mcp
Persistent terminals and one launcher for Claude, Codex, Grok, and Cursor harnesses.
client:Zed
transport:stdio
runtime:npm
Install aiterm mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aiterm-mcp": {
"command": "npx",
"args": [
"-y",
"aiterm-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs