Skip to content
Zed

silex for Zed

io.github.silex-tec/silex

Local-first MCP server that reconstructs architecture, workflows and business rules from your code.

client:Zed transport:stdio runtime:pypi

Install silex in Zed

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

{
  "context_servers": {
    "silex": {
      "command": "uvx",
      "args": [
        "silex-archaeology"
      ]
    }
  }
}

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

silex in other clients