[](https://www.python.org/) [](Dockerfile) [](deploy/kubernetes/) [](https://github.com/nirholas/lyra-intel)
pip install -e .Capabilities documented in this repository.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
See the full documentation for details.
Install it, then run your first command.
pip install -e .
Taken directly from this repository's documentation.
# 1. Clone the repository
git clone https://github.com/nirholas/lyra-intel.git
cd lyra-intel
# 2. Install (requires Python 3.9+)
pip install -e .
# 3. Quick scan - see what Lyra Intel finds in 30 seconds
python cli.py scan /path/to/any/code
# 4. Full analysis - comprehensive report
python cli.py analyze /path/to/code --output ./results.json
# 5. View results
cat results.json | jq . # Pretty print the JSON
# 6. (Optional) Start the web dashboard
python scripts/launch_dashboard.py
# Then visit http://localhost:8080✅ Analyzing repository...
📊 Files analyzed: 156
📈 Total functions: 1,247
⚠️ Issues found: 43
🔐 Security findings: 5# Claude Code - one command
npx lyra-intel-mcp
# Claude Desktop - add to config
{
"mcpServers": {
"lyra-intel": {
"command": "npx",
"args": ["-y", "lyra-intel-mcp"]
}
}
}