Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

letsclarify mcp in other clients