Skip to content
Cursor

silex for Cursor

io.github.silex-tec/silex

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

client:Cursor transport:stdio runtime:pypi

Install silex in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

silex in other clients