Skip to main content
Glama

Convex MCP server

Official
by get-convex
Sidebar.stories.tsx1.62 kB
import { Meta, StoryObj } from "@storybook/nextjs"; import { ArrowUpIcon, FrameIcon, Pencil1Icon, PlusIcon, PersonIcon, Cross1Icon, } from "@radix-ui/react-icons"; import { Sidebar } from "@common/elements/Sidebar"; const meta = { component: Sidebar, render: (args) => ( <div className="m-[-1rem] h-[100vh] w-[100vw] bg-background-primary"> <Sidebar {...args} /> </div> ), args: { setCollapsed: () => {}, }, } satisfies Meta<typeof Sidebar>; export default meta; type Story = StoryObj<typeof meta>; export const Primary: Story = { args: { collapsed: false, items: [ { key: "group1", items: [ { key: "A", label: "Item 1", Icon: PlusIcon, href: "/a", }, { key: "B", label: "Item 2", Icon: Cross1Icon, href: "/b", }, { key: "C", label: "Item 3", Icon: ArrowUpIcon, href: "/c", }, ], }, { key: "group2", items: [ { key: "D", label: "Item 4", Icon: PersonIcon, href: "/", }, { key: "E", label: "Item 5", Icon: FrameIcon, href: "/e", }, ], }, { key: "group3", items: [ { key: "F", label: "Item 6", Icon: Pencil1Icon, href: "/f", }, ], }, ], }, };

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