Skip to main content
Glama

Databutton MCP Server

Official
by databutton

Databutton MCP – 构建您自己的 MCP

我们发布了一种颠覆性的方案,让任何人都可以在 Databutton 中构建自己的 MCP 服务器。了解更多信息,请访问https://www.databutton.com/mcp

Databutton MCP 服务器

Databutton( https://www.databutton.com/ )的 AI 代理在 React 和 Python API/MCP 中构建和部署前端和后端,用于构建具有无限复杂性的精美商业应用程序。

该代理具有规划模式,可以为您的应用生成初步计划。

此 MCP 服务器用于进行初始应用程序规划并为应用程序创建良好的起点。

安装

要与 Claude Desktop 一起使用,请添加服务器配置:

在 MacOS 上: ~/Library/Application Support/Claude/claude_desktop_config.json在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "databutton": { "command": "/path/to/databutton/build/index.js" } } }

发展

安装依赖项:

npm install

构建服务器:

npm run build

对于使用自动重建的开发:

npm run watch

调试

由于 MCP 服务器通过 stdio 进行通信,调试起来可能比较困难。我们推荐使用MCP Inspector ,它以包脚本的形式提供:

npm run inspector

检查器将提供一个 URL 来访问浏览器中的调试工具。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

一个 MCP 服务器,用于进行初始应用程序规划并在 Databutton 中创建一个良好的起点 - 它启动一个新应用程序并生成初始 MVP 任务

  1. Databutton MCP 服务器
    1. 安装
    2. 发展

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
    Last updated -
    13
    68
    47
    JavaScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    Last updated -
    Python
  • A
    security
    A
    license
    A
    quality
    The MCP server provides an interface to the Datadog API, enabling seamless management of incidents, monitoring, logs, dashboards, metrics, traces, and hosts. Its extensible design allows easy integration of additional Datadog APIs for future expansions.
    Last updated -
    14
    495
    87
    TypeScript
    Apache 2.0
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that assists with the orchestration of new software projects by applying standardized templates and best practices in design patterns and software architecture.
    Last updated -
    11
    Python
    MIT License
    • Apple

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-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server