atest mcp server for Zed
io.github.linuxsuren/atest-mcp-server
Auto-download & launch https://github.com/LinuxSuRen/atest-mcp-server
client:Zed
transport:stdio
runtime:npm
Install atest mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"atest-mcp-server": {
"command": "npx",
"args": [
"-y",
"atest-mcp-server-launcher"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs