Skip to main content
Glama
pyproject.toml843 B
[project] name = "age-mcp-server" authors = [{ name = "Rio Fujita", email = "rifujita@microsoft.com" }] version = "0.2.36" license = { file = "LICENSE" } description = "Apache AGE MCP Server" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.13" dependencies = [ "agefreighter>=1.0.25", "mcp>=1.22.0", "ply>=3.11", "psycopg-binary>=3.3.1", "psycopg-pool>=3.3.0", ] [project.urls] Homepage = "https://github.com/rioriost/homebrew-age-mcp-server" Issues = "https://github.com/rioriost/homebrew-age-mcp-server/issues" [project.scripts] age-mcp-server = "age_mcp_server:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] exclude = ["__pycache__", "*.rb", "uv.lock", "dist/.DS_Store", ".envrc"] [dependency-groups] dev = []

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/rioriost/homebrew-age-mcp-server'

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