five46 for Zed
io.github.sekharsdet/five46
BYOK, fully local AI agent that tests your app/API and writes a real Playwright spec on success.
client:Zed
transport:stdio
runtime:npm
Install five46 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"five46": {
"command": "npx",
"args": [
"-y",
"five46"
],
"env": {
"FIVE46_LLM_PROVIDER": "<FIVE46_LLM_PROVIDER>",
"FIVE46_LLM_API_KEY": "<FIVE46_LLM_API_KEY>",
"FIVE46_MCP_ALLOW_WRITES": "<FIVE46_MCP_ALLOW_WRITES>",
"FIVE46_MCP_ALLOW_DELETES": "<FIVE46_MCP_ALLOW_DELETES>",
"FIVE46_MCP_CONCURRENCY": "<FIVE46_MCP_CONCURRENCY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs