Skip to content
Zed

formlab mcp for Zed

io.github.juliu1980/formlab-mcp

Read-only MCP for FormLab — talk to your local lab notebook via Claude. Data stays local.

client:Zed transport:stdio runtime:npm

Install formlab mcp in Zed

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

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

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

formlab mcp in other clients