Skip to main content
Glama

OpenAPI to MCP Server

by rykerwang
pyproject.toml448 B
[project] name = "openapi2mcpserver" version = "0.1.0" description = "Model Context Protocol server generated from OpenAPI specifications" readme = "README.md" requires-python = ">=3.11" dependencies = [ "httpx>=0.27.0", "mcp>=0.1.0", "pyyaml>=6.0.1", ] [project.scripts] openapi2mcpserver = "openapi2mcpserver.__main__:main" [build-system] requires = ["hatchling>=1.18.0"] build-backend = "hatchling.build" [tool.uv] package = true

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/rykerwang/openapi2mcpserver'

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