Skip to main content
Glama

BluestoneApps MCP Remote Server

by lallen30
LoadingSpinner.tsx392 B
import React from 'react'; import { View, ActivityIndicator, StyleSheet } from 'react-native'; export const LoadingSpinner = () => ( <View style={styles.container}> <ActivityIndicator size="large" color="#007AFF" /> </View> ); const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#fff' } });

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/lallen30/mcp-remote-server'

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