Skip to main content
Glama

Databutton App MCP

Official
by databutton

Aplicación Databutton MCP

¡Utilice los puntos finales de API de su aplicación Databutton como herramientas LLM desde cualquier cliente compatible con MCP!

Este es un proxy simple que se ejecuta localmente y se conecta de forma segura a su aplicación Databutton utilizando el protocolo MCP a través de websockets.

Para usarlo, asegúrese de tener instalado el uv, consulte las instrucciones aquí si no es así:

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

Primero descargue una clave API desde la página de configuración de su aplicación Databutton y guárdela en un archivo.

Luego configure su cliente LLM (por ejemplo, Claude Desktop o Cursor), de la siguiente manera:

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

o esto

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

Aquí, /path/to/apikey.txt es la ruta completa a un archivo que contiene la clave API, o DATABUTTON_API_KEY es el valor de la clave API o la ruta a un archivo que la contiene. Puedes descargar la clave API para tu aplicación Databutton en la página de configuración de la aplicación. Asegúrate de mantenerla segura y no la compartas.

-
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.

Un servidor proxy que permite a los clientes LLM utilizar los puntos finales de la API de la aplicación Databutton como herramientas a través del protocolo MCP mediante websockets.

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