Skip to main content
Glama

MCP Location Server

by 869413421
13
  • Linux
  • Apple
pyproject.toml531 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "build-mcp" version = "0.1.0" description = "构建 MCP 服务器" readme = "README.md" requires-python = ">=3.10" dependencies = [ "httpx>=0.28.1", "mcp[cli]>=1.9.4", "pytest>=8.4.1", "pytest-asyncio>=1.0.0", "pyyaml>=6.0.2", ] [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"] [project.scripts] build_mcp = "build_mcp.__main__:main" [tool.hatch.build.targets.wheel] packages = ["src/build_mcp"]

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/869413421/build_mcp'

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