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.

To use it, make sure you have uv installed, see instructions here if not:

https://docs.astral.sh/uv/getting-started/installation/

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

Then configure your LLM client (e.g. Claude Desktop or Cursor), like this:

{
  "mcpServers": {
    "myDatabuttonApp": {
      "command": "uvx",
      "args": [
        "databutton-app-mcp@latest"
      ],
      "env": {
        "DATABUTTON_API_KEY": "YOUR-DATABUTTON-APP-KEY"
      }
    }
  }
}

or this

{
  "mcpServers": {
    "myDatabuttonApp": {
      "command": "uvx",
      "args": [
        "databutton-app-mcp@latest"
        "-k",
        "/path/to/apikey.txt"
      ]
    }
  }
}

Here /path/to/apikey.txt is the full path to a file containing the api key, or DATABUTTON_API_KEY is either the api key value or the path to a file containing it. You can download the API key for your Databutton app on the app settings page. Make sure to keep it secure and don't share it.

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

mseep_databutton_app_mcp-0.1.18.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

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

mseep_databutton_app_mcp-0.1.18-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file mseep_databutton_app_mcp-0.1.18.tar.gz.

File metadata

File hashes

Hashes for mseep_databutton_app_mcp-0.1.18.tar.gz
Algorithm Hash digest
SHA256 afe249eb76b03da0e065f0170bfb326cbe0c14e63e3eeba6d5600c1eb08bc67a
MD5 f313c117a72424c95988e8262c3fb845
BLAKE2b-256 be517231d6d7b2a6045a545d92fce35893a39c40b0f453f30f42885dc5b26e29

See more details on using hashes here.

File details

Details for the file mseep_databutton_app_mcp-0.1.18-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_databutton_app_mcp-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 c5890addb522d217615ebd3a589780f957155920d75094c7fc07194378616add
MD5 695e7628bffab5dffc61e69c12794d8b
BLAKE2b-256 6d070a72327671402d440e6eabedba0ed5cac80d033e0f80ef80dd07deec9fd3

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