Skip to main content
Glama
databutton

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 密钥。请务必妥善保管密钥,切勿与他人共享。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP server for integrating FinanceMarker.ru with LLM agents, IDEs, n8n, and other MCP-compatible clients. It proxies the FinanceMarker REST API and exposes it as a set of MCP tools.
    14
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • MCP server for interacting with the Supabase platform

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

View all MCP Connectors

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