Sign In

silex-archaeology

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

silex-archaeology

Evidence-backed, local-first MCP server that reconstructs architecture, workflows and business rules from your codebase for AI coding agents.

pipPyPI
Version
0.11.39
Weekly downloads
30
-25%
Maintainers
1
Weekly downloads
 
Created

Silex Archaeology

Understand the codebase before changing the code.

Silex reconstructs architecture, dependencies, workflows and business rules from the code that exists — evidence-backed context for your AI coding agents. Every answer is anchored to file:line; what Silex can't prove, it flags as unknown territory instead of guessing.

This package is the free-tier MCP server: local-first, no lock-in. Your code never leaves your machine, and there's no telemetry.

Quickstart

pip install silex-archaeology

Add it to your MCP client config (stdio — works with Claude Code, Claude Desktop, Cursor, Windsurf, and other MCP-compatible agents):

{
  "mcpServers": {
    "silex": {
      "command": "silex-mcp-server"
    }
  }
}

Learn more

  • Site: https://silex.tec.br
  • Docs: https://silex.tec.br/docs/
  • Source: https://github.com/silex-tec/silex

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts