{% assign favorite_food = "sushi" %}
{% assign time_of_day = "evening" %}
<h1>
{% if time_of_day == "morning" %}
Good morning!
{% else %}
Good evening!
{% endif %}
</h1>
<p>I really love {{ favorite_food }}!</p>
{% for number in (1..3) %}
<p>This is line number {{ number }}</p>
{% endfor %}
What is going on here? <dogs>bark bark</dogs>
Today's special is {{ daily_special }}!
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/seanivore/md-pdf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server