Skip to main content
Glama
MIT License
27,120
19,789
  • Linux
  • Apple
TryItLoading.vue•1.75 kB
<template> <div class="loading"> <div class="spinner"></div> <p>Processing repository...</p> <div class="sponsor-section"> <p class="sponsor-header">Special thanks to:</p> <a href="https://go.warp.dev/repomix" target="_blank" rel="noopener noreferrer"> <img alt="Warp sponsorship" width="400" src="https://raw.githubusercontent.com/warpdotdev/brand-assets/main/Github/Sponsor/Warp-Github-LG-01.png"> </a> <p class="sponsor-title"> <a href="https://go.warp.dev/repomix" target="_blank" rel="noopener noreferrer"> Warp, built for coding with multiple AI agents </a> </p> <p class="sponsor-subtitle"> <a href="https://go.warp.dev/repomix" target="_blank" rel="noopener noreferrer"> Available for MacOS, Linux, & Windows </a> </p> </div> </div> </template> <style scoped> .loading { padding: 36px; text-align: center; } .spinner { width: 40px; height: 40px; margin: 0 auto 16px; border: 3px solid var(--vp-c-brand-1); border-radius: 50%; border-top-color: transparent; animation: spin 1s linear infinite; } .sponsor-section { margin-top: 16px; display: flex; flex-direction: column; align-items: center; } .sponsor-section p { margin: 8px 0; } .sponsor-section .sponsor-header { font-size: 0.9em; } .sponsor-section img { max-width: 100%; height: auto; margin: 12px 0; } .sponsor-section .sponsor-title { font-weight: bold; font-size: 1.1em; color: var(--vp-c-brand-1); text-decoration: underline; } .sponsor-section .sponsor-subtitle { font-size: 0.9em; color: var(--vp-c-brand-1); text-decoration: underline; } @keyframes spin { to { transform: rotate(360deg); } } </style>

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/yamadashy/repomix'

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