letsclarify mcp for Zed
io.github.heisee/letsclarify-mcp
Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
client:Zed
transport:stdio
runtime:npm
Install letsclarify mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"letsclarify-mcp": {
"command": "npx",
"args": [
"-y",
"@heisee/letsclarify-mcp"
],
"env": {
"LETSCLARIFY_API_KEY": "<LETSCLARIFY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs