Skip to content
VS Code

silex for VS Code

io.github.silex-tec/silex

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

client:VS Code transport:stdio runtime:pypi

Install silex in VS Code

.vscode/mcp.json

{
  "servers": {
    "silex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "silex-archaeology"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

silex in other clients