Databutton App MCP

Official
by databutton

数据按钮应用程序 MCP

将 Databutton 应用程序中的 API 端点用作任何 MCP 兼容客户端的 LLM 工具!

这是一个简单的代理,它在本地运行并使用 WebSocket 上的 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 密钥值或包含该密钥的文件的路径。您可以在应用设置页面下载 Databutton 应用的 API 密钥。请务必妥善保管密钥,切勿与他人共享。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

代理服务器允许 LLM 客户端通过 websockets 上的 MCP 协议使用 Databutton 应用程序 API 端点作为工具。

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server that provides LLMs access to other LLMs
    Last updated -
    4
    14
    12
    JavaScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    An MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.
    Last updated -
    32
    Python
    Apache 2.0
  • -
    security
    F
    license
    -
    quality
    An MCP server that enables LLMs to access Slack's search functionality to retrieve users, channels, messages, and thread replies from a Slack workspace.
    Last updated -
    TypeScript
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
    Last updated -
    5
    Python
    Apache 2.0

View all related MCP servers

ID: nvgwkrc64z