Skip to main content
Glama

MCP Alchemy

by runekaagaard
Mozilla Public License 2.0
331
  • Apple
pyproject.toml910 B
[project] name = "mcp-alchemy" version = "2025.8.15.91819" description = "A MCP server that connects to your database" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp[cli]>=1.2.0rc1", "sqlalchemy>=2.0.36", ] authors = [ { name="Rune Kaagaard" }, ] classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] license-files = ["LICENSE"] packages = [ {include = "mcp_alchemy"} ] [project.scripts] mcp-alchemy = "mcp_alchemy.server:main" [project.urls] Homepage = "https://github.com/runekaagaard/mcp-alchemy" Issues = "https://github.com/runekaagaard/mcp-alchemy/issues" Disussions = "https://github.com/runekaagaard/mcp-alchemy/discussions" [build-system] requires = ["hatchling>=1.27"] build-backend = "hatchling.build" [tool.uv] package = true [dependency-groups] dev = [ "build>=1.2.2.post1", "hatchling>=1.27.0", ]

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/runekaagaard/mcp-alchemy'

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