We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyberchitta/llm-context.py'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{% include 'lc/prompt.j2' %}
{%- if rules %}
{% for item in rules -%}
{{ item.content }}
{% endfor %}
{%- endif -%}
{% if project_notes %}
{{ project_notes }}
{% endif %}
{% include 'lc/overview.j2' %}
{% if files %}
## Complete File Contents
{% include 'lc/files.j2' %}
{% endif %}
{% if excerpts %}
{% include 'lc/excerpts.j2' %}
{% endif %}
{% include 'lc/end-prompt.j2' %}