Skip to main content
Glama
databutton

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"
    }
  }
}

Related MCP server: MCP-Creator-MCP

发展

安装依赖项:

npm install

构建服务器:

npm run build

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

npm run watch

调试

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

npm run inspector

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

Install Server
A
license - permissive license
C
quality
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

View all related MCP servers

Related MCP Connectors

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.

  • MCP (Model Context Protocol) server for Appwrite

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

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