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

databutton_app_mcp-0.1.16.tar.gz (4.9 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.16-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for databutton_app_mcp-0.1.16.tar.gz
Algorithm Hash digest
SHA256 a980113953c0fc6be128c6dcebef92e565db1e5e8f25a9d5060c8b7241767f16
MD5 57302cafcaac95f0b5fcc53e4dbedb08
BLAKE2b-256 df15d7235d30ea6105c1c9efd3a63c06c91bf7b812d80947c6ce71af20194d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for databutton_app_mcp-0.1.16-py3-none-any.whl
Algorithm Hash digest
SHA256 b1acb2a03f1a07346ef57f7b2402f065e7f944f7403fab7f4e88ae7f1a36bf24
MD5 057db8b489cde8c41acdda95ac767cf9
BLAKE2b-256 3f1e45fe932a4eeac434b90d39cfacb6105511d76c654426c35a787b74b44507

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