We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pmkhairnarr/website-builder-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Developer Portfolio</title>
<meta name="description" content="Showcasing AI development and MCP server expertise">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<h1>AI Developer Portfolio</h1>
</nav>
</header>
<main>
<div class="hero">
<h1>AI Developer Portfolio</h1>
<p>Professional Portfolio</p>
<button onclick="alert('Welcome to my portfolio!')">View My Work</button>
</div>
<section class="card">
<h2>About Me</h2>
<p>Welcome to my portfolio. Here you'll find my work and experience in AI development, MCP servers, and innovative solutions.</p>
</section>
<section class="card">
<h2>Featured Projects</h2>
<p><strong>AI Development Workspace:</strong> Complete MCP server and agent management system</p>
<p><strong>Website Builder:</strong> Automated website creation with templates and components</p>
<p><strong>Agent Framework:</strong> Scalable AI agent architecture with OpenAI integration</p>
</section>
<section class="card">
<h2>Skills & Technologies</h2>
<p>• Node.js & JavaScript • AI/ML Development • MCP Protocol • OpenAI API • Web Development • System Architecture</p>
</section>
</main>
<footer>
<p>© 2025 AI Developer Portfolio. All rights reserved.</p>
</footer>
</body>
</html>