Skip to main content
Glama
pyproject.toml1.04 kB
[project] name = "pymcp-template" version = "0.1.7" description = "A template (repository) for developing MCP servers in Python" readme = "README.md" authors = [ { name = "Anirban Basu", email = "anirbanbasu@users.noreply.github.com" } ] keywords = ["python3", "example", "server", "model-context-protocol-server", "mcp-server"] requires-python = ">=3.12" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", ] dependencies = [ "ddgs>=9.5.4", "environs>=14.3.0", "fastmcp>=2.9.2", ] [project.scripts] pymcp = "pymcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/pymcp"] [tool.uv.sources] fastmcp = { git = "https://github.com/jlowin/fastmcp.git" } [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [dependency-groups] dev = [ "pre-commit>=4.2.0", ] test = [ "coverage>=7.9.1", "pytest>=8.4.1", ]

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/anirbanbasu/pymcp'

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