Skip to content
Zed

laserfiche mcp for Zed

io.github.samuelshernandez/laserfiche-mcp

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

client:Zed transport:stdio runtime:pypi

Install laserfiche 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": {
    "laserfiche-mcp": {
      "command": "uvx",
      "args": [
        "laserfiche-mcp"
      ],
      "env": {
        "LF_REPO_API_URL": "<LF_REPO_API_URL>",
        "LF_REPOSITORY_ID": "<LF_REPOSITORY_ID>",
        "LF_USERNAME": "<LF_USERNAME>",
        "LF_PASSWORD": "<LF_PASSWORD>",
        "LF_API_VERSION": "<LF_API_VERSION>",
        "LF_READ_ONLY": "<LF_READ_ONLY>"
      }
    }
  }
}

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

laserfiche mcp in other clients