Skip to main content
Glama

Databutton App MCP

Official
by databutton

데이터버튼 앱 MCP

Databutton 앱의 API 엔드포인트를 모든 MCP 호환 클라이언트의 LLM 도구로 사용하세요!

이는 로컬에서 실행되고 웹소켓을 통한 MCP 프로토콜을 사용하여 Databutton 앱에 안전하게 연결되는 간단한 프록시입니다.

사용하려면 uv가 설치되어 있는지 확인하세요. 설치되어 있지 않은 경우 여기의 지침을 참조하세요.

지엑스피1

먼저 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 키는 앱 설정 페이지에서 다운로드할 수 있습니다. 안전하게 보관하고 공유하지 마세요.

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

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

MCP 프로토콜을 통해 웹소켓을 통해 LLM 클라이언트가 Databutton 앱 API 엔드포인트를 도구로 사용할 수 있도록 하는 프록시 서버입니다.

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    An MCP server for doing doing initial app planning and creating a good starting point in Databutton – it starts a new app and generates the initial MVP tasks
    Last updated -
    1
    4
    20
    TypeScript
    MIT License
    • Apple
  • -
    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 -
    74
    Python
    Apache 2.0
  • A
    security
    F
    license
    A
    quality
    A server that implements the Model Completion Protocol (MCP) to allow LLMs to interact with Databricks resources including clusters, jobs, notebooks, and SQL execution through natural language.
    Last updated -
    11
    34
    Python
  • -
    security
    A
    license
    -
    quality
    An MCP (Model-Controller-Processor) server for accessing League of Legends client data. This server provides a collection of tools that communicate with the League of Legends Live Client Data API to retrieve in-game data.
    Last updated -
    6
    Python
    Apache 2.0

View all related MCP servers

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