Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

FlexOrch in other clients