openai-mcp.md

OpenAI MCP

Featured
from"openai"
2.5k

OpenAI API integration for GPT models and embeddings

AI & ML
OpenAIGPTembeddingsAI
install.sh
# Clone the repository
$git clone https://github.com/openai/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve