Skip to main content
Glama

GitHub Repository Creator

by flickleafy
pyproject.toml•770 B
[project] name = "github-repo-creator-mcp" version = "1.0.0" description = "MCP Server for GitHub Repository Creation" authors = [{name = "flickleafy", email = "flickleafy@gmail.com"}] license = {text = "GPL-3.0-or-later"} readme = "README.md" requires-python = ">=3.8" dependencies = [ "mcp[cli]>=1.0.0", "requests>=2.25.0" ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "pytest-asyncio>=0.21.0", "mypy>=1.0.0" ] [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta" [project.scripts] github-repo-creator-mcp = "server:main" [tool.setuptools.packages.find] where = ["."] include = ["*.py"] [tool.mypy] python_version = "3.8" strict = true warn_return_any = true warn_unused_configs = 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/flickleafy/mcp-github-repo-creator'

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