tern for Zed
io.github.zyf8827/tern
Model Context Protocol (MCP) server for Tern E2E testing platform
client:Zed
transport:stdio
runtime:npm
Install tern in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tern": {
"command": "npx",
"args": [
"-y",
"@zyf8827/tern-mcp"
],
"env": {
"TERN_URL": "<TERN_URL>",
"TERN_TOKEN": "<TERN_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs