Skip to main content
Glama

Databutton App MCP

Official
by databutton
pyproject.toml1.2 kB
[project] name = "databutton-app-mcp" version = "0.1.18" description = "Call your Databutton app endpoints as LLM tools with MCP" readme = "README.md" license = "MIT" license-files = ["LICENSE"] keywords = ["databutton", "app", "mcp", "llm", "tool"] classifiers = [ "Development Status :: 3 - Alpha", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", ] requires-python = ">=3.11" dependencies = ["certifi>=2025.1.31", "httpx>=0.28.1", "websockets>=15.0.1"] authors = [{ name = "Martin Sandve Alnæs", email = "msa@databutton.io" }] maintainers = [{ name = "Martin Sandve Alnæs", email = "msa@databutton.io" }] [project.urls] Homepage = "https://databutton.com" Repository = "https://github.com/databutton/databutton-app-mcp" Documentation = "https://docs.databutton.com" Support = "https://databutton.com/support" Discord = "https://discord.gg/K9aHvmmFtH" [project.scripts] databutton-app-mcp = "databutton_app_mcp.__main__:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.sdist] include = ["src/databutton_app_mcp"]

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/databutton/databutton-app-mcp'

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