trackmcp
Back to directory
AytuncYildizli

legends-mcp

View on GitHub

Chat with legendary founders & investors via MCP. No API key required!

7 stars TypeScriptOthers Updated Jul 5, 2026

Documentation

🏛️ Legends MCP

npm version
License: MIT

> Chat with legendary founders & investors in Claude. No API key required!

Ever wanted to ask Elon Musk about first principles? Get Warren Buffett's take on your investment? Have Steve Jobs roast your product design? Get Paul Graham and Marc Andreessen to debate your startup idea?

Now you can. With Party Mode, multiple legends can discuss your questions together!


✨ What's New in v1.4

FeatureDescription
🎭 Party ModeMultiple legends discuss your question together
🔮 Smart SuggestProactively recommends relevant legends
🎯 Auto MatchDeep analysis of which legends fit your topic
🔒 Security FixesPrompt injection protection, input sanitization

🚀 Quick Start

Claude Code (`~/.claude/settings.json`):

json
{
  "mcpServers": {
    "legends": {
      "command": "npx",
      "args": ["legends-mcp"]
    }
  }
}

That's it. No API key needed. Restart Claude Code and start chatting!


🎭 Party Mode - Multi-Legend Discussions

Ask complex questions and get perspectives from multiple legends:

code
You: "How should I approach raising my seed round?"

Claude: *Activates Party Mode with Paul Graham, Marc Andreessen, and Bill Gurley*

Paul Graham: "The best fundraising advice is: make something people want first.
Don't optimize for raising money. Optimize for building something users love..."

Marc Andreessen: "Software is eating the world, and VCs know it. Show us
the market size. Show us why NOW is the time..."

Bill Gurley: "Valuation is a vanity metric. What matters is finding partners
who truly understand your business..."

When Party Mode Activates

  • Complex questions with multiple valid perspectives
  • "Pros and cons" or "different viewpoints" requests
  • Debates between different schools of thought
  • Questions matching 2+ legends' expertise

🔮 Smart Suggest - Proactive Recommendations

The `suggest` tool analyzes your question and returns ready-to-execute actions:

code
User: "How do I build a crypto exchange?"

suggest() returns:
┌─────────────────────────────────────────────────┐
│ primary_action: {                               │
│   tool: "party_mode",                           │
│   params: {                                     │
│     question: "How do I build a crypto exchange"│
│     legends: ["cz-binance", "brian-armstrong"]  │
│   }                                             │
│ }                                               │
│                                                 │
│ suggested_actions: [                            │
│   { tool: "party_mode", ... },                  │
│   { tool: "summon_legend", id: "cz-binance" },  │
│   { tool: "summon_legend", id: "brian-armstrong"│
│   { tool: "auto_match", ... }                   │
│ ]                                               │
└─────────────────────────────────────────────────┘

Claude picks the best option and executes it!

👥 The Council of Legends (36 Total)

🚀 Tech Titans

LegendSpecialty
Elon MuskFirst principles, physics thinking, building the impossible
Steve JobsProduct design, reality distortion, user experience
Jeff BezosDay 1 thinking, customer obsession, long-term vision
Jensen HuangGPUs, AI infrastructure, CUDA everything
Satya NadellaEnterprise transformation, cloud, culture change

💰 Legendary Investors

LegendSpecialty
Warren BuffettValue investing, compound interest, circle of competence
Charlie MungerMental models, multidisciplinary thinking, inversion
Ray DalioPrinciples, radical transparency, macro investing
Peter ThielZero to one, contrarian bets, monopolies
Marc AndreessenSoftware eating world, venture capital, tech optimism

🌱 Startup Sages

LegendSpecialty
Paul GrahamEssays, YC wisdom, making things people want
Sam AltmanStartups, AI/AGI, scaling companies
Naval RavikantWealth creation, leverage, specific knowledge
Reid HoffmanNetwork effects, blitzscaling, LinkedIn
Brian CheskyDesign thinking, Airbnb, company culture

⛓️ Crypto Builders

LegendSpecialty
CZ (Changpeng Zhao)Exchange building, BUIDL, global expansion
Vitalik ButerinEthereum, smart contracts, crypto philosophy
Anatoly YakovenkoSolana, proof of history, performance
Balaji SrinivasanNetwork state, crypto predictions, tech trends

*...and 17 more legends including Tim Ferriss, Gary Vaynerchuk, Tobi Lütke, and others!*


🛠️ All Tools

ToolPurposeExample
`suggest`🔮 Proactive recommendationsAnalyzes your question, suggests best legend(s)
`party_mode`🎭 Multi-legend discussionGet 2-5 legends to discuss together
`summon_legend`👤 Single legend adviceChannel one legend's perspective
`auto_match`🎯 Deep legend discoveryDetailed analysis of which legends fit
`list_legends`📋 Browse all legendsSee all 36 available legends
`search_legends`🔍 Find by keywordSearch by expertise, name, or topic
`get_legend_context`📖 Deep diveGet frameworks, principles, examples
`get_legend_insight`💡 Quick wisdomGet a concise insight on any topic

🔒 Security

v1.3+ includes security hardening:

  • Prompt injection protection - User context isolated from system prompts
  • Input sanitization - Detects and neutralizes injection attempts
  • Safe output encoding - JSON encoding prevents markdown injection
  • No CWD loading - Only loads bundled legends (opt-in for custom)
  • No external APIs - Zero network requests, zero data leakage

📊 How It Works

code
┌─────────────────────────────────────────────────────────────┐
│                    ARCHITECTURE                              │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│   User Question                                              │
│        │                                                     │
│        ▼                                                     │
│   ┌──────────────────┐                                       │
│   │  suggest()       │  ← Analyzes question                  │
│   │  "Who can help?" │                                       │
│   └────────┬─────────┘                                       │
│            │                                                 │
│            ▼                                                 │
│   ┌──────────────────┐     ┌──────────────────┐             │
│   │  party_mode()    │ OR  │  summon_legend() │             │
│   │  (multi-legend)  │     │  (single legend) │             │
│   └────────┬─────────┘     └────────┬─────────┘             │
│            │                        │                        │
│            ▼                        ▼                        │
│   ┌──────────────────────────────────────────────┐          │
│   │           legends/*.yaml                      │          │
│   │  (36 bundled persona files - NO API calls!)  │          │
│   └──────────────────────────────────────────────┘          │
│            │                                                 │
│            ▼                                                 │
│   Claude adopts persona(s) and responds in character!       │
│                                                              │
└─────────────────────────────────────────────────────────────┘

Zero external APIs. Zero API keys. Just Claude + persona data.


🎯 Usage Examples

Get startup advice from multiple perspectives

code
"What's the most important thing for a first-time founder?"
→ Party Mode: Paul Graham + Sam Altman + Brian Chesky discuss

Deep dive on investing

code
"Should I invest in Bitcoin?"
→ Warren Buffett (skeptic) vs Balaji (bull) debate

Technical decisions

code
"How do I scale my database?"
→ Summon Jeff Bezos for Day 1 / SOA thinking

Life advice

code
"How do I build wealth?"
→ Naval Ravikant on leverage, specific knowledge, equity

⚙️ Environment Variables

VariableDefaultDescription
`LEGENDS_MCP_LEGENDS_DIR`(bundled)Custom legends directory
`LEGENDS_MCP_ALLOW_CWD``false`Allow loading from current directory
`LEGENDS_MCP_DEBUG``false`Enable debug logging

⚠️ Disclaimers

code
⚠️ NOT affiliated with, endorsed by, or representative of any real individual
⚠️ NOT financial, legal, or professional advice
⚠️ AI personas for EDUCATIONAL and ENTERTAINMENT purposes only
⚠️ Based on publicly available information, speeches, and writings
⚠️ Always do your own research (DYOR)

The views expressed by these AI personas are generated interpretations, not actual statements from the real people.


🤝 Contributing

Want to add a legend? PRs welcome!

Each legend needs:

  • `legends//skill.yaml` with identity, voice, principles, patterns
  • Authentic voice based on public knowledge
  • Clear guardrails (things they'd never say)

See existing legends for examples.


📄 License

MIT - Use freely, but include the disclaimers.


🏛️ "The best time to get advice from a legend was 20 years ago.The second best time is now."

Frequently asked questions

What is legends-mcp?

legends-mcp is Chat with legendary founders & investors via MCP. No API key required!

How do I install legends-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is legends-mcp open source?

Yes — it is hosted on GitHub at https://github.com/AytuncYildizli/legends-mcp and has 7 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP