Skip to main content
Glama

OpenAPI to MCP Server

by jeweis
pyproject.toml829 B
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "jewei-mcp-server-template" version = "0.10.6.0630" authors = [ {name = "Jewei", email = "jiweifong@qq.com"} ] description = "OpenAPI to MCP服务器,提供OpenAPI转换为MCP功能" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] dependencies = [ "fastmcp>=0.1.0", "python-dotenv>=0.19.0", "httpx>=0.24.0", ] [project.urls] "Homepage" = "https://github.com/jeweis/mcp-server-template" "Bug Tracker" = "https://github.com/jeweis/mcp-server-template/issues" [project.scripts] mcp-server-template = "server:main" [tool.setuptools] packages = ["src"]

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/jeweis/mcp-server-template'

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