Loading MCP server directory, please wait...
Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.
npx @getmcp/cli add io.github.dev-flexorch/flexorch-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
FLEXORCH_API_KEYFlexOrch API key — get one at app.flexorch.com/settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.dev-flexorch/flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": ""
}
}
}
}