{
  "markdown": "# Silex — evidence-based code archaeology\n\n**Understand the codebase before changing the code.**\n\nSilex reconstructs architecture, dependencies, workflows and business rules\nfrom your source code — and serves that understanding to your AI coding\nagents via [MCP](https://modelcontextprotocol.io). Every claim is anchored to\n`file:line` with a verified quote. What Silex can't prove, it tells you.\n\n**Local-first.** Your code never leaves your machine. No account, no card,\nno telemetry.\n\n→ **Site & docs: https://silex.tec.br** · [Concepts](https://silex.tec.br/concepts/) · [MCP tool reference](https://silex.tec.br/referencia-tools/) · [llms.txt](https://silex.tec.br/llms.txt)\n\n## Install (free tier)\n\n```bash\n# Python 3.10+\npip install silex-archaeology\n```\n\n> Until the PyPI release lands you can install the wheel from\n> [Releases](../../releases):\n> `pip install https://github.com/silex-tec/silex/releases/latest/download/silex_archaeology-py3-none-any.whl`\n\nConnect it to your MCP client (Claude Code, Cursor, Claude Desktop, Windsurf,\nCline, Continue, Zed) — stdio config:\n\n```json\n{\n  \"mcpServers\": {\n    \"silex\": { \"command\": \"silex-mcp-server\", \"args\": [\"serve\", \"--stdio\"] }\n  }\n}\n```\n\nFull install guide (Windows/PowerShell notes included): https://silex.tec.br/docs/\n\n## Try it on a real codebase\n\nClone Microsoft's [eShop](https://github.com/dotnet/eShop) (MIT) and point a\nscan at it — the [Concepts page](https://silex.tec.br/concepts/) shows the\ncommunity graph, the recovered order state machine and anchored findings from\nthat exact scan, so you can compare your output against a published reference.\n\n## What you get (free)\n\n- Local MCP server, full codebase scan (C#, JS/TS, Java, PHP, COBOL, VB…)\n- Community map — the real shape of the system, vendor/generated classified\n  out of the way by default\n- Evidence anchored to `file:line`, confidence with provenance\n- Unknown-territory detection: what can't be proven is flagged, not guessed\n- Shareable evidence report\n- Works with the AI seat you already pay for\n\n**Pro tier** (team workspaces, deep architecture visualization, refactoring\ntrust contracts): coming soon — [join the waitlist](https://silex.tec.br/#waitlist).\n\n## Issues & feedback\n\nBug reports and field feedback are welcome in\n[Issues](../../issues). The engine is proprietary; this repository hosts\ndistribution, documentation and the public roadmap conversation.\n\n---\n\n© 2026 SILEX. All rights reserved.\n",
  "bytes": 2448,
  "sha": "8f2b67e0f5d4435395b41e22d5f99d7090169eb42fb4a1f953c2aac204c93cb4",
  "repo_slug": "silex-tec/silex",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_silex_tec_silex_ebbfc368/readme"
}