We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
SuspendedNoticePage.vue•689 B
<template>
<RichText class="text-center">
<h2 class="inline-flex items-center gap-4">
<Icon class="inline-block" name="alert-circle" />
Account Paused
<Icon class="inline-block" name="alert-circle" />
</h2>
<p>
Your account has been paused pending payment or establishing your payment
information. You can not access System Initiative until this has been
resolved.
<br />
<br />
Contact
<a href="mailto:support@systeminit.com">support@systeminit.com</a> if you
need assistance.
</p>
</RichText>
</template>
<script lang="ts" setup>
import { RichText, Icon } from "@si/vue-lib/design-system";
</script>