Skip to main content
Glama

Convex MCP server

Official
by get-convex
README.md794 B
# Vector Search Example App This example demonstrates how to use [Convex vector search](https://docs.convex.dev/vector-search). It has a "Food search" and "Movie search". The "Food search" shows the simplest way to set up a vector search, and matches the Convex [documentation](https://docs.convex.dev/vector-search). The "Movies search" shows some alternative pattens documented [here](https://docs.convex.dev/vector-search#advanced-patterns). ## Running the App ### 1. Start dev Run: ``` npm install npm run dev ``` ### 2. Add `OPENAI_KEY` variable This app uses OpenAI to generate embeddings. Add `OPENAI_KEY` [Convex environment variable](https://docs.convex.dev/production/environment-variables) on your [Convex dashboard](https://dashboard.convex.dev/) with your OpenAI API key.

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