Skip to main content
Glama
base.html1.02 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{% block title %}MCP Notes Wiki{% endblock %}</title> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> </head> <body> <nav class="navbar"> <div class="nav-container"> <a href="/" class="nav-brand">📚 MCP Notes Wiki</a> <div class="nav-links"> <a href="/">Recent</a> <a href="/all">All Notes</a> <form action="/search" method="get" class="search-form"> <input type="text" name="q" placeholder="Search..." class="search-input"> <button type="submit">🔍</button> </form> </div> </div> </nav> <main class="container"> {% block content %}{% endblock %} </main> <footer> <p>MCP Notes Wiki • Powered by Flask</p> </footer> </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/StarrStack/mcp-notes'

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