lyra-intel docs
nirholas / lyra-intel

lyra-intel

[](https://www.python.org/) [](Dockerfile) [](deploy/kubernetes/) [](https://github.com/nirholas/lyra-intel)

Python
pip install -e .

What it does

Capabilities documented in this repository.

Active Development

See the full documentation for details.

Why Lyra Intel

See the full documentation for details.

What is Lyra Intel

See the full documentation for details.

Why You Need Lyra Intel

See the full documentation for details.

What You Can Do

See the full documentation for details.

Features

See the full documentation for details.

Get started

Install it, then run your first command.

pip install -e .

Read the full getting started guide

Examples

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"]
    }
  }
}

More examples

Reference