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
{% for excerpts_group in excerpts %}
{% if excerpts_group.excerpts and excerpts_group.excerpts[0].metadata.processor_type == "code-outliner" %}
{% for item in excerpts_group.excerpts %}
{{ item.rel_path }}
॥๛॥
{{ item.content }}
॥๛॥
{% endfor %}
{% endif %}
{% endfor %}