Skip to main content
Glama

Convex MCP server

Official
by get-convex
styles.js1.01 kB
import {StyleSheet} from 'react-native'; const styles = StyleSheet.create({ messageAuthor: {fontWeight: 'bold'}, messageContainer: { display: 'flex', flexDirection: 'row', justifyContent: 'space-between', padding: 6, borderBottomColor: '#6c757d', borderBottomWidth: 1, borderStyle: 'solid', borderRadius: 0, }, name: { backgroundColor: '#212529', borderRadius: 6, paddingHorizontal: 8, paddingVertical: 4, alignSelf: 'center', }, nameText: { color: '#ffffff', fontWeight: 'bold', }, title: { textAlign: 'center', fontSize: 36, }, body: { display: 'flex', flexDirection: 'column', justifyContent: 'space-between', flexGrow: 1, flexShrink: 0, marginVertical: 100, }, timestamp: { color: '#6c757d', }, input: { fontSize: 16, margin: 10, padding: 10, borderStyle: 'solid', borderColor: 'lightgrey', borderWidth: 1, borderRadius: 5, }, }); export default styles;

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/get-convex/convex-backend'

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