We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/snilld-ai/openai-assistant-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-server-openai"
version = "0.2.0"
description = "MCP server for OpenAI API integration"
requires-python = ">=3.10"
dependencies = [
"mcp>=0.9.1",
"openai>=1.35.0",
"click>=8.0.0",
"pytest-asyncio"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
mcp-server-openai = "mcp_server_openai.server:main"