Skip to main content
Glama

Convex MCP server

Official
by get-convex
README.md704 B
# Users and Authentication Example App This example demonstrates how to add users and authentication to a basic chat app. It uses [Clerk](https://clerk.dev/) for authentication. Users are initially presented with a "Log In" button. After user's log in, their information is persisted to a `users` table. When users send messages, each message is associated with the user that sent it. Lastly, users can log out with a "Log Out" button. ## Running the App ```sh npm run dev ``` ### Using your own Clerk instance Follow the instructions in https://docs.convex.dev/auth/clerk#get-started to obtain: - A _publishable key_, use it in `main.tsx` - A JWT template Issuer URL, use it in `auth.config.ts`.

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