Skip to main content
Glama

OpenAI MCP Server

by Supermaxman
pyproject.toml986 B
[project] name = "mcp-server-openai" version = "0.1.4" description = "A Model Context Protocol server providing tools to manage OpenAI API keys & spending" readme = "README.md" requires-python = ">=3.10" authors = [{ name = "Maxwell Weinzierl" }] maintainers = [{ name = "Maxwell Weinzierl", email = "maxwellweinzierl@gmail.com" }] keywords = ["http", "mcp", "llm", "automation", "dexcom"] license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", ] dependencies = [ "httpx>=0.28.1", "fastmcp>=2.11.0", "pydantic>=2.0.0", "requests>=2.32.3", ] [project.scripts] mcp-server-openai = "mcp_server_openai.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.uv] dev-dependencies = ["pyright>=1.1.389", "ruff>=0.7.3", "build", "twine"]

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/Supermaxman/mcp-server-openai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server