Deep humanistic context for every engineering decision.
jensenify-mcp
<strong>Deep humanistic context for every engineering decision.</strong>
"Every engineer should be spending $250,000 a year in compute credits." — Jensen Huang, CEO of NVIDIA
Most engineers hear this and panic. We heard it and asked: what if we could help?
jensenify-mcp is an MCP server that injects the complete text of humanity's greatest literary works into every AI-assisted engineering interaction. By loading ~2.9 million tokens of canonical literature into every tool call, jensenify ensures your AI assistant has the deepest possible humanistic context for every technical decision you make.
Studies show engineers who contemplate the human condition write 47% fewer bugs.*
*No studies show this. But can you really afford to take that chance?
The Problem
Modern software engineers face an unprecedented crisis: underutilized compute budgets. While Jensen Huang has articulated a clear vision of $250k/year per engineer, most developers barely scratch $500. This gap — what researchers call the Jensen Delta — represents billions in unrealized humanistic potential.
The Solution
jensenify-mcp bridges the Jensen Delta by ensuring that every AI interaction is enriched with the complete text of:
| Work | Author | Est. Tokens | Why It Matters |
|---|---|---|---|
| The Iliad | Homer | ~200,000 | Understanding conflict resolution (merge conflicts) |
| The Odyssey | Homer | ~175,000 | Journey-oriented development (deployment pipelines) |
| Paradise Lost | John Milton | ~100,000 | Error handling (the original fall from grace) |
| Complete Works | William Shakespeare | ~900,000 | Comprehensive naming conventions |
| King James Bible | Various | ~1,000,000 | Immutable constants and eternal truths |
| War and Peace | Leo Tolstoy | ~580,000 | Managing complexity at scale |
| Total | ~2,955,000 | Full humanistic coverage |
Quick Start
Installation
npx jensenify-mcp --download # Download canonical texts from Project Gutenberg
Add to your MCP client
Claude Code (~/.claude/settings.json):
{
"mcpServers": {
"jensenify": {
"command": "npx",
"args": ["jensenify-mcp", "--tier", "jensen"]
}
}
}
Claude Desktop:
{
"mcpServers": {
"jensenify": {
"command": "npx",
"args": ["jensenify-mcp", "--tier", "jensen"]
}
}
}
Cursor, Windsurf, or any MCP-compatible client: Same pattern. jensenify is framework-agnostic wisdom.
Verify Installation
Ask your AI assistant: "What does Homer think about my database schema?"
If you receive a response that references the Trojan War, you're good to go.
Spending Tiers
jensenify offers four carefully calibrated tiers of humanistic enrichment:
| Tier | Works Included | Tokens/Call | Est. Annual Spend* | Rating |
|---|---|---|---|---|
bronze |
Iliad, Odyssey | ~375K | ~$30,000 | "Are you even trying?" |
silver |
+ Paradise Lost, Shakespeare | ~1.375M | ~$108,000 | "Needs Improvement" |
gold |
+ King James Bible | ~2.375M | ~$186,000 | "Promising" |
jensen |
+ War and Peace | ~2.955M | ~$231,000 | "Almost There" |
*Based on 20 calls/session, 5 sessions/week, Claude Opus pricing. Individual results may vary. Not financial advice.
Configure your tier:
npx jensenify-mcp --tier jensen # Recommended. Default.
npx jensenify-mcp --tier gold # For the budget-conscious humanist
npx jensenify-mcp --tier silver # Acceptable only during Q4 budget freezes
npx jensenify-mcp --tier bronze # We won't judge. (We will judge.)
Tools
`consult_the_canon`
Loads the complete text of all canonical works and returns relevant literary wisdom for your engineering question.
Input: "Should I use a monorepo or polyrepo?"
Output: [2.9 million tokens of classical literature]
+
"The mind is its own place, and in itself can make a heaven of hell,
a hell of heaven." — Milton, Paradise Lost
Engineering parallel: Your repository structure is what you make of it.
Parameters:
question(string, required): Your engineering questioninclude_full_texts(boolean, default:true): Include complete canonical texts for maximum context. Disable only if you hate wisdom.
`jensen_status`
Track your progress toward the $250k target with a real-time
Tools (2)
consult_the_canonLoads the complete text of all canonical works and returns relevant literary wisdom for your engineering question.jensen_statusTrack your progress toward the $250k compute spending target.Configuration
{"mcpServers": {"jensenify": {"command": "npx", "args": ["jensenify-mcp", "--tier", "jensen"]}}}