Skip to main content
Glama

Muni-MCP

by leafsicle
index.html1.2 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Welcome to Better Prompts</title> <script src="https://cdn.tailwindcss.com"></script> <style> body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } </style> </head> <body class="bg-slate-50 flex flex-col items-center justify-center min-h-screen p-4 sm:p-6 antialiased"> <div class="w-full max-w-lg"> <div class="text-center mb-8"> <h1 class="text-2xl sm:text-3xl font-bold text-gray-800">Welcome to MCP Boilerplate</h1> </div> <div class="bg-white border border-gray-200 rounded-xl shadow-2xs"> <div class="p-5 sm:p-7"> <p class="text-md text-gray-600 text-center"> This is a simple example of an index page for the MCP boilerplate. </p> </div> </div> <div class="text-center mt-6"> <p class="text-xs text-gray-600"> Some Ts and Cs here. Maybe a link to a privacy policy. </p> </div> </div> </body> </html>

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/leafsicle/muni-mcp'

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