Skip to content

sderosiaux/mcp-story

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🚀 MCP: The Missing Piece

An interactive storytelling experience that shows why MCP isn't just another tool—it's the future of how engineers work.

Live Demo Story MCP


🧠 What's This?

Remember when you first discovered Git? Or Docker? That "aha" moment when everything clicked?

This is that moment for MCP.

Not docs. Not marketing. An experience that makes senior engineers go "holy shit" and junior engineers go "this is how I want to build."


✨ The Story We Tell

Act 1: The World You Know

APIs, CLIs, Terraform. Your daily stack. Comfortable. Familiar. Incomplete.

Act 2: Enter MCP

Not an add-on. Not a plugin. A first-class citizen in your stack from day one.

Act 3: The Magic

Without MCP:                    With MCP:
1. Write migration      →       "Add status field to users"
2. Update schema        →       
3. Run scripts          →       Done. 
4. Update API           →       
5. Fix what broke       →       
6. Coffee & tears       →       

Act 4: The Real Difference

API = Menu
"I'll have the GET /users, please"

MCP = Intent
"I'm hungry for something light"
LLM figures out the dish

Act 5: The Vision

Super scripting bot. Language: English. No glue code. Pure intent.


🎨 The Experience

What You'll See:

  • Smooth Animations - Every scroll reveals something new
  • Interactive Moments - Click, toggle, discover
  • Visual Metaphors - Complex ideas, simple visuals
  • Honest Truth - Including what doesn't work (yet)

How It Feels:

Stripe's Polish × Linear's Clarity × Vercel's Playfulness × Apple's Delight

🏗️ Tech Stack

One file. Zero dependencies. Pure craft.

index.html    # 1300 lines of interactive storytelling

Built with:

  • Vanilla JavaScript (because MCP is about simplicity)
  • CSS animations that make you smile
  • HTML that's semantic and accessible
  • Love for good engineering

🚦 See It Live

Option 1: Visit the Live Site

👉 sderosiaux.github.io/mcp-story

Option 2: Run Locally

git clone https://github.com/sderosiaux/mcp-story.git
cd mcp-story
open index.html   # or python -m http.server 8000

📖 The Sections

  1. Intro - "You know APIs, CLIs, Terraform. Meet MCP."
  2. The Stack - Where MCP fits (hint: everywhere)
  3. Aha Moment - Click to connect. Watch the magic.
  4. Speed Edge - Toggle between pain and pleasure
  5. API vs MCP - Menu vs Waiter metaphor
  6. MCP Joins - Tools talking to tools through an LLM brain
  7. Limitations - The honest truth (too many tools = confused LLM)
  8. The Vision - English as the new bash

🎯 Who This Is For

You'll Love This If You:

  • Build things that matter
  • Get excited about new paradigms
  • Appreciate good design AND good code
  • Want to work faster, not harder
  • Think "there must be a better way"

You Might Not If You:

  • Prefer 200-page PDFs
  • Think CLIs peaked in 1989
  • Believe AI is just hype
  • Actually enjoy writing glue code

🔮 The MCP Future

Imagine:

// Today
const user = await db.query('SELECT * FROM users WHERE id = ?', [id]);
await cache.set(`user:${id}`, user);
await audit.log('user_accessed', { id, timestamp: Date.now() });

// With MCP
"Get user 123 and cache it with audit trail"
// Done. MCP handles the orchestration.

🎭 Behind the Scenes

This site was built to answer one question:

"How do we make engineers FEEL what MCP enables, not just understand it?"

The answer: Stop explaining. Start showing. Make it interactive. Make it beautiful. Make it real.


🤝 Contributing

Got ideas to make this better? The story is just beginning.

# Fork it
# Make it better
# Show us what you got

📜 License

MIT - Because MCP is about openness.


🙏 Credits

Built with:

  • Coffee ☕
  • Late nights 🌙
  • A belief that tools should spark joy ✨
  • Claude (obviously)

Ready to see the future?

It's not about the protocol. It's about what it enables.


Built with love for engineers who build with love

About

🚀 Interactive storytelling experience showing why MCP is the future of engineering. Not docs, not marketing—an experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages