Back to Browse

Laserfiche MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Base URL of your Laserfiche Repository API Server, e.g. https://lf.example.com/LFRepositoryAPIOptional

Environment variable: LF_REPO_API_URL

Repository name or ID to operate against.Optional

Environment variable: LF_REPOSITORY_ID

Service-account username with read access to the repository.Optional

Environment variable: LF_USERNAME

Service-account password.Required

Environment variable: LF_PASSWORD

Repository API version: v1 (default) or v2.Optional

Environment variable: LF_API_VERSION

Read-only mode. Defaults to true; set false to register the write tools.Optional

Environment variable: LF_READ_ONLY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-samuelshernandez-laserfiche-mcp": {
      "env": {
        "LF_PASSWORD": "your-lf-password-here",
        "LF_USERNAME": "your-lf-username-here",
        "LF_READ_ONLY": "your-lf-read-only-here",
        "LF_API_VERSION": "your-lf-api-version-here",
        "LF_REPO_API_URL": "your-lf-repo-api-url-here",
        "LF_REPOSITORY_ID": "your-lf-repository-id-here"
      },
      "args": [
        "laserfiche-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!