ClicheFactory Document Intelligence for Windsurf
io.github.clichefactory/clichefactory-mcp
Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.
client:Windsurf
transport:stdio
runtime:pypi
Install ClicheFactory Document Intelligence in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"clichefactory-mcp": {
"command": "uvx",
"args": [
"clichefactory-mcp"
],
"env": {
"CLICHEFACTORY_API_KEY": "<CLICHEFACTORY_API_KEY>",
"CLICHEFACTORY_API_URL": "<CLICHEFACTORY_API_URL>",
"LLM_MODEL_NAME": "<LLM_MODEL_NAME>",
"LLM_API_KEY": "<LLM_API_KEY>",
"OCR_MODEL_NAME": "<OCR_MODEL_NAME>",
"OCR_API_KEY": "<OCR_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs