Skip to main content
Glama

Convex MCP server

Official
by get-convex
preview.ts694 B
import "./preview.css"; import { Preview } from "@storybook/nextjs"; import themeDecorator from "./themeDecorator"; import { RouterContext } from "next/dist/shared/lib/router-context.shared-runtime"; const preview: Preview = { parameters: { actions: { argTypesRegex: "^on[A-Z].*" }, controls: { matchers: { color: /(background|color)$/i, date: /Date$/, }, }, nextRouter: { Provider: RouterContext.Provider, // next 13 (using next/router) / next < 12 }, }, decorators: [ themeDecorator({ themes: { light: "light", dark: "dark", }, defaultTheme: "light", }), ], }; export default preview;

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