Skip to content
Zed

code factory for Zed

io.github.zrk222/code-factory

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

client:Zed transport:stdio runtime:pypi

Install code factory in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "code-factory": {
      "command": "uvx",
      "args": [
        "factoryline-code-factory"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

code factory in other clients