We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViperJuice/Code-Index-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.html•304 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Test HTML Page</title>
<link rel="stylesheet" href="test.css">
</head>
<body>
<header>
<h1>Welcome to Test Page</h1>
</header>
<main>
<p>This is a test HTML file.</p>
</main>
</body>
</html>