Skip to main content
Glama
databutton

Databutton App MCP

Official
by databutton

データボタンアプリMCP

Databutton アプリの API エンドポイントを、MCP 対応クライアントの LLM ツールとして使用します。

これは、ローカルで実行され、Web ソケット経由の MCP プロトコルを使用して Databutton アプリに安全に接続するシンプルなプロキシです。

これを使用するには、uv がインストールされていることを確認してください。インストールされていない場合は、ここで手順を参照してください。

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

まず、Databutton アプリの設定ページから API キーをダウンロードし、ファイルに保存します。

次に、LLM クライアント (Claude Desktop や Cursor など) を次のように設定します。

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

またはこれ

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

ここで、/path/to/apikey.txt はAPIキーを含むファイルへのフルパス、DATABUTTON_API_KEY はAPIキーの値、またはAPIキーを含むファイルへのパスです。DatabuttonアプリのAPIキーは、アプリ設定ページからダウンロードできます。APIキーは安全に保管し、共有しないでください。

A
license - permissive license
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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