Databutton App MCP
Official数据按钮应用程序 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 密钥。请务必妥善保管密钥,切勿与他人共享。
This server cannot be installed
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes Eyra Accelerator API endpoints as tools for AI assistants via SSE transport. It enables secure interaction with the target API by proxying requests and handling authentication automatically.
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.
- AlicenseNot gradedqualityDmaintenanceMCP 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.14MIT
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.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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