Get up and running in 5 minutes.
pip install numpy)`bash
git clone <repo-url>
cd KJVEL
python src/ingest.py
python src/analyze.py
python src/build_db.py
`
`bash
python src/name_decoder.py "JESUS"
`
Output: gematria=74, DR=2, 9 cipher systems, KJV frequency twins, Psalm pointer, and more. Creates data/name_decodes/name_decode_jesus.json + .txt.
`bash
python src/search_server.py
`
Type a word, number, or verse reference. Every result shows Tesla signatures and clickable links.
`bash
python src/phreak.py jubilee "BITCOIN"
python src/phreak.py stones "GOLD,SILVER,BRONZE"
python src/phreak.py chain "ADAM,EVE,SERPENT"
python src/phreak.py reverse 74
python src/phreak.py quantum "RSA,AES"
`
Add to ~/.claude/settings.json:
`json
{
"mcpServers": {
"kjvel": {
"command": "python3"
"args": ["src/mcp_server.py"]
"cwd": "/path/to/KJVEL"
}
}
}
`
Now any Claude Code session has 16 KJVEL tools available automatically.
`bash
python src/biochem_decoder.py
`
Maps amino acids, codons, genes, and diseases through KJV gematria.
Gematria: A=1, B=2, ... Z=26. Sum the letters. JESUS=74. CHRIST=77.
Digital Root: Keep summing digits until single. DR(74) = 7+4 = 11 = 1+1 = 2.
Tesla Signature: DR is 3, 6, or 9. Tesla said "if you knew the magnificence of 3, 6, 9, you'd have the key to the universe."
The Discovery: Individual layers show ~33% Tesla (random baseline). But when you multiply layers together (address × content), Tesla rate jumps to 55%, then 69%. The signal is in the interaction between layers.
1,098 Resonance Verses: Achieve perfect 7/7 Tesla saturation. They span 59 of 66 books and tell the Fall→Redemption arc. First: Genesis 3:6 (the Fall). Last: Revelation 21:27 (Book of Life).
| Want to know... | Read this |
|---|---|
| Everything at once | |
| The math | AXIOMS.md |
| What was found | FINDINGS.md |
| How it's built | DESIGN.md |
| MCP tools | MCP_README.md |
| Detailed analysis | docs/01-92_*.md |
| Name decodes | data/name_decodes/*.txt |
| Task | Command |
|---|---|
| Parse raw text | python src/ingest.py |
| Run all engines | python src/analyze.py |
| Build database | python src/build_db.py |
| Decode a name | python src/name_decoder.py "NAME" |
| Search browser | python src/search_server.py |
| Start MCP server | python src/mcp_server.py |
| Build families | python src/family_builder.py |
| Phreak scan | python src/phreak.py MODE ARGS |
| Biochem decode | python src/biochem_decoder.py |
| Quantum scan | python src/phreak.py quantum --all |