Skip to main content
Glama

Convex MCP server

Official
by get-convex
constants.ts5.37 kB
export const CUISINES = { american: "🇺🇸", mexican: "🇲🇽", indian: "🇮🇳", italian: "🇮🇹", japanese: "🇯🇵", thai: "🇹🇭", french: "🇫🇷", }; export const EXAMPLE_DATA = [ { description: 'Al pastor (from Spanish, "shepherd style"), tacos al pastor, or tacos de trompo is a preparation of spit-grilled slices of pork originating in the Central Mexican region of Puebla and Mexico City, although today it is a common menu item found in taquerías throughout Mexico. The method of preparing and cooking al pastor is based on the lamb shawarma brought by Lebanese immigrants to the region. Al pastor features a flavor palate that uses traditional Mexican adobada (marinade). It is a popular street food that has spread to the United States. In some places of northern Mexico and coastal Mexico, such as in Baja California, taco al pastor is known as taco de trompo or taco de adobada.', cuisine: "mexican", }, { description: "Chicken Chettinad or Chettinad chicken is a classic Indian recipe, from the cuisine of Chettinad, Tamil Nadu. It consists of chicken marinated in yogurt, turmeric and a paste of red chillies, kalpasi, coconut, poppy seeds, coriander seeds, cumin seeds, fennel seeds, black pepper, ground nuts, onions, garlic and sesame oil. It is served hot and garnished with coriander leaves, accompanied with boiled rice or paratha.", cuisine: "indian", }, { description: 'Cacio e pepe is a pasta dish from the cuisine of the city of Rome. Cacio e pepe means "cheese and pepper" in several central Italian dialects. In keeping with its name, the dish contains grated Pecorino Romano cheese and black pepper, together with spaghetti, or traditionally tonnarelli. All the ingredients keep well for a long time, which made the dish practical for shepherds without fixed abode. Rough-surfaced pasta is recommended, to make the sauce adhere well.', cuisine: "italian", }, { description: 'Oyakodon (親子丼), literally "parent-and-child donburi", is a donburi, or Japanese rice bowl dish, in which chicken, egg, sliced scallion (or sometimes regular onions), and other ingredients are all simmered together in a kind of soup that is made with soy sauce and stock, and then served on top of a large bowl of rice. The name of the dish is a poetic reflection of both chicken and egg being used in the dish.', cuisine: "japanese", }, { description: "Canard à la presse is a traditional French dish. The complex dish is a specialty of Rouen and its creation attributed to an innkeeper from the city of Duclair. Since the 19th century, it has also been a specialty of the Tour d'Argent restaurant in Paris where it is formally known as the Caneton Tour d'Argent (Tour d'Argent duckling). It consists of various parts of a duck served in a sauce of its blood and bone marrow, which is extracted by way of a press. It has been considered \"the height of elegance.\"", cuisine: "french", }, ]; export const GENRES = { Action: "💥", Adventure: "🏔", Drama: "🎭", "Science Fiction": "👩‍🔬", }; export const EXAMPLE_MOVIES = [ { title: "Inception", description: "A skilled thief enters people's dreams to steal their secrets, but his latest job involves planting an idea into someone's mind.", genre: "Action", }, { title: "The Shawshank Redemption", description: "Two imprisoned men bond over several years, finding solace and eventual redemption through acts of common decency.", genre: "Drama", }, { title: "The Lord of the Rings: The Fellowship of the Ring", description: "A young hobbit named Frodo must journey to destroy a powerful ring before it falls into the hands of dark forces.", genre: "Adventure", }, { title: "Pulp Fiction", description: "The lives of multiple characters intertwine in a series of interconnected crime stories.", genre: "Drama", }, { title: "Jurassic Park", description: "A wealthy entrepreneur invites scientists to a remote island to showcase a new amusement park filled with cloned dinosaurs, but things quickly go awry.", genre: "Adventure", }, { title: "The Matrix", description: "A computer hacker discovers that reality as he knows it is a simulation created by machines, and he joins a group of rebels to fight against them.", genre: "Science Fiction", }, { title: "Forrest Gump", description: "A man with a low IQ recounts his extraordinary life experiences, inadvertently influencing numerous historical events along the way.", genre: "Drama", }, { title: "Star Wars: Episode IV - A New Hope", description: "A young farm boy joins a rebellion against an evil empire and becomes entangled in a battle to save the galaxy.", genre: "Science Fiction", }, { title: "Avatar", description: "A paraplegic marine is sent to the moon Pandora, where he becomes torn between following orders and protecting the indigenous people and their way of life.", genre: "Science Fiction", }, { title: "The Dark Knight", description: "Batman faces off against the Joker, a psychopathic criminal mastermind, in a battle to save Gotham City from chaos.", genre: "Action", }, ];

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