Skip to main content

Call your Databutton app endpoints as LLM tools with MCP

Project description

Databutton App MCP

Use API endpoints from your Databutton app as LLM tools from any MCP compatible client!

This is a simple proxy that runs locally and connects securely to your Databutton app using the MCP protocol over websockets.

First download an API key from the settings page of your Databutton app, and save it to a file.

For example say you downloaded a key file named MY-DATABUTTON-APP-KEYID.json, and save it to the directory ~/.config/databutton/mcp-keys/.

Then to add this app to clients such as Claude Desktop, add the following to your client MCP settings or config file:

{
  "mcpServers": {
    "my-databutton-app": {
      "command": "uvx",
      "args": [
        "databutton-app-mcp"
      ],
      "env": {
        "DATABUTTON_MCP_API_KEY": "~/.config/databutton/mcp-keys/MY-DATABUTTON-APP-KEYID.json"
      }
    }
  }
}

Here DATABUTTON_MCP_API_KEY either refers to the full path of the api key file you stored, or it can be the api key value itself. Either way one api key gives access to endpoints of one Databutton app.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

databutton_app_mcp-0.1.3.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

databutton_app_mcp-0.1.3-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file databutton_app_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: databutton_app_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.23

File hashes

Hashes for databutton_app_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 94958853bcf414d85903659fb048a5dc7f8ac5ce560c676ba39d37bd85e3bd9c
MD5 ea01f03a7e5f8a903bd6cc4a507806d1
BLAKE2b-256 8291014d714f11773d9473797f636755d0495cebdae61642a959ba8382d8622e

See more details on using hashes here.

File details

Details for the file databutton_app_mcp-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for databutton_app_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 13528336c666f6b19cbef22d10cbe334b1c37b82e3debdbc640f901a2d5c089d
MD5 ec413ccad855af4cf67db92354d35a8b
BLAKE2b-256 c75fec6fdbe4de09567332424f4bd5f6f2b0c1ffd0268cea5ede0e354e3df12b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page