tern for Cline
io.github.zyf8827/tern
Model Context Protocol (MCP) server for Tern E2E testing platform
client:Cline
transport:stdio
runtime:npm
Install tern in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"tern": {
"command": "npx",
"args": [
"-y",
"@zyf8827/tern-mcp"
],
"env": {
"TERN_URL": "<TERN_URL>",
"TERN_TOKEN": "<TERN_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs