Skip to main content
Glama
pyproject.toml532 B
[project] name = "meme-generator-mcp" version = "0.1.0" description = "MCP server for generating memes with text overlays" readme = "README.md" license = { text = "MIT" } requires-python = ">=3.12" dependencies = [ "fastmcp", "pillow>=10.0.0", ] [project.scripts] meme-generator-mcp = "app.server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["app"] [tool.hatch.build.targets.sdist] include = [ "app/", "README.md", "LICENSE", ]

Latest Blog Posts

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/t0ster/meme-generator-mcp'

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