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

  • -
    security
    F
    license
    -
    quality
    An MCP server that provides tools and resources for managing a coding project's todo list, allowing users to view, add, update, and delete todo items with details like priority, status, and tags.
    Last updated -
    1
    Python
  • -
    security
    F
    license
    -
    quality
    An MCP server that connects to the Resource Hub, allowing centralized configuration and management of tools and resources across different MCP environments.
    Last updated -
    2
    JavaScript
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
    Last updated -
    39
    28
    • Apple
  • -
    security
    -
    license
    -
    quality
    An MCP server that enables Claude and other MCP clients to interact with Mattermost workspaces, providing channel management, messaging capabilities, and topic monitoring functionality.
    Last updated -
    TypeScript

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