FlexOrch for Zed
io.github.dev-flexorch/flexorch-mcp
Classify documents, extract structured fields, mask PII, export JSONL/RAG datasets for AI agents.
client:Zed
transport:stdio
runtime:pypi
Install FlexOrch in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"flexorch-mcp": {
"command": "uvx",
"args": [
"flexorch-mcp"
],
"env": {
"FLEXORCH_API_KEY": "<FLEXORCH_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs