io.github.SamuelSHernandez
laserfiche-mcp
MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.
stdiocommunityapplication
Package Details
laserfiche-mcp
Transportstdio
Environment Variables
LF_REPO_API_URL(str)
Required
Base URL of your Laserfiche Repository API Server, e.g. https://lf.example.com/LFRepositoryAPI
LF_REPOSITORY_ID(str)
Required
Repository name or ID to operate against.
LF_USERNAME(str)
Required
Service-account username with read access to the repository.
LF_PASSWORD(str)
RequiredSecret
Service-account password.
LF_API_VERSION(str)
Repository API version: v1 (default) or v2.
LF_READ_ONLY(str)
Read-only mode. Defaults to true; set false to register the write tools.