Skip to main content
Glama
databutton

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.

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