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
{
"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