Skip to content

handinloop mcp server for Zed

io.github.lesofi/handinloop-mcp-server

Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.

client:Zed transport:stdio runtime:npm

Install handinloop mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "handinloop-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "handinloop-mcp-server"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

handinloop mcp server in other clients