<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agent Engineering Bootcamp MCP</title>
<meta
name="description"
content="Model Context Protocol server providing step-by-step setup instructions for agent engineering development."
/>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.container {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 60px 40px;
max-width: 600px;
width: 100%;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.logo {
width: 80px;
height: 80px;
background: linear-gradient(45deg, #667eea, #764ba2);
border-radius: 16px;
margin: 0 auto 30px;
display: flex;
align-items: center;
justify-content: center;
font-size: 36px;
color: white;
font-weight: bold;
}
h1 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 16px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1.2;
}
.subtitle {
font-size: 1.2rem;
color: #666;
margin-bottom: 40px;
font-weight: 400;
}
.description {
font-size: 1rem;
color: #777;
margin-bottom: 50px;
line-height: 1.7;
}
.buttons {
display: flex;
flex-direction: column;
gap: 16px;
margin-bottom: 40px;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px 32px;
border-radius: 12px;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s ease;
border: 2px solid transparent;
}
.btn-primary {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}
.btn-secondary {
background: transparent;
color: #333;
border-color: #ddd;
}
.btn-secondary:hover {
background: #f8f9fa;
border-color: #ccc;
transform: translateY(-1px);
}
.icon {
width: 20px;
height: 20px;
}
.footer {
font-size: 0.9rem;
color: #999;
border-top: 1px solid #eee;
padding-top: 30px;
margin-top: 30px;
}
.footer a {
color: #667eea;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.tech-stack {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 30px;
opacity: 0.6;
}
.tech-badge {
background: #f1f3f4;
padding: 6px 12px;
border-radius: 6px;
font-size: 0.8rem;
color: #666;
font-weight: 500;
}
@media (min-width: 600px) {
.buttons {
flex-direction: row;
}
}
@media (max-width: 480px) {
.container {
padding: 40px 30px;
}
h1 {
font-size: 2rem;
}
.subtitle {
font-size: 1.1rem;
}
}
</style>
</head>
<body>
<div class="container">
<div class="logo">🤖</div>
<h1>Agent Engineering Bootcamp MCP</h1>
<p class="subtitle">Model Context Protocol Server</p>
<p class="description">
Get step-by-step setup instructions for agent engineering development.
This MCP server provides intelligent onboarding for building AI agents
with Python or TypeScript.
</p>
<div class="buttons">
<a
href="https://cursor.com/install-mcp?name=agent-bootcamp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBtb2RlbGNvbnRleHRwcm90b2NvbC9zZXJ2ZXItZXZlcnl0aGluZyIsImh0dHBzOi8vYWdlbnQtZW5naW5lZXJpbmctYm9vdGNhbXAtbWNwLnZlcmNlbC5hcHAvbWNwIl19"
class="btn btn-primary"
>
<svg class="icon" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 2L2 7v10c0 5.55 3.84 9.95 9 11 5.16-1.05 9-5.45 9-11V7l-10-5z"
/>
</svg>
Add to Cursor
</a>
<a
href="https://github.com/trancethehuman/agent-engineering-bootcamp-mcp"
class="btn btn-secondary"
target="_blank"
rel="noopener noreferrer"
>
<svg class="icon" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"
/>
</svg>
View on GitHub
</a>
</div>
<div class="tech-stack">
<span class="tech-badge">MCP</span>
<span class="tech-badge">Next.js</span>
<span class="tech-badge">TypeScript</span>
<span class="tech-badge">Redis</span>
</div>
<div class="footer">
<p>
Protocol mounted at <code>/mcp</code> •
<a href="https://modelcontextprotocol.io" target="_blank"
>Learn about MCP</a
>
</p>
</div>
</div>
</body>
</html>