laserfiche mcp for Cursor
io.github.samuelshernandez/laserfiche-mcp
MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.
client:Cursor
transport:stdio
runtime:pypi
Install laserfiche mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"laserfiche-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs