Context Throttling
Run SQL-like queries locally with cell fetch and return compact JSON instead of full workbook dumps.
CellCortex is the deterministic execution layer between your AI agent and `.xlsx` workflows. Query locally. Patch safely. Keep your context window for reasoning.
Primary domain: cellcortex.dev · cellcortex.ai redirects here.
Run SQL-like queries locally with cell fetch and return compact JSON instead of full workbook dumps.
Use structured payloads with cell patch to avoid brittle coordinate and formula hallucinations.
Use Pro guardrails like idempotent append, WAL rollback, and read-only mode for production automation.
curl -sSL https://cellcortex.dev/install.sh | bash
curl -sSL https://cellcortex.dev/install-pro.sh | bash
Use your Pro license with cell auth login after install.
npx @cellcortex/mcp-server
Both editions run as cell. Community focuses on adoption and deterministic local primitives.
Pro adds reliability moats for autonomous production pipelines.
| Capability | Community | Pro |
|---|---|---|
clone, map, fetch, absolute patch | Yes | Yes |
| Anchor/value-matrix patch | No | Yes |
append, style, revert | No | Yes |
cell auth license unlock | No | Yes |