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>About - AI Developer Portfolio</title>
<meta name="description" content="About the AI developer">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<h1>About - AI Developer Portfolio</h1>
</nav>
</header>
<main>
<div class="hero">
<h1>About Me</h1>
<p>Learn more about my journey in AI development</p>
</div>
<section class="card">
<h2>My Story</h2>
<p>I specialize in creating AI-powered solutions, MCP servers, and automated development workflows. This portfolio was created using our custom Website Builder MCP server!</p>
</section>
<section class="card">
<h2>Current Projects</h2>
<p>Working on advanced AI agent systems, MCP protocol implementations, and automated development tools.</p>
</section>
</main>
<footer>
<p>© 2025 About - AI Developer Portfolio. All rights reserved.</p>
</footer>
</body>
</html>