Skip to main content
Glama
index.html•792 B
<!DOCTYPE html> <html> <head> <title>Awesome MCP Server</title> <style> body { font-family: Arial, sans-serif; margin: 40px; } .header { color: #333; } .info { background: #f5f5f5; padding: 20px; border-radius: 8px; } </style> </head> <body> <h1 class="header">🚀 Awesome MCP Server</h1> <div class="info"> <p><strong>Status:</strong> Running</p> <p><strong>Version:</strong> 1.0.0</p> <p><strong>Environment:</strong> development</p> <p><strong>Transport:</strong> streamable-http</p> </div> <h2>Endpoints</h2> <ul> <li><a href="/health">Health Check</a></li> <li><a href="/info">Server Info</a></li> <li><a href="/mcp">MCP Endpoint</a></li> </ul> </body> </html>

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WW-AI-Lab/Awesome-MCP-Scaffold'

If you have feedback or need assistance with the MCP directory API, please join our Discord server