Skip to main content
Glama

Databutton MCP Server

Official
by databutton

Databutton MCP – 独自のMCPを構築

Databutton では、誰でも独自の MCP サーバーを構築できる画期的な方法をリリースしました。詳しくはhttps://www.databutton.com/mcpをご覧ください。

データボタン 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.

初期アプリ計画を実行し、Databuttonで適切な開始点を作成するためのMCPサーバー - 新しいアプリを起動し、最初のMVPタスクを生成します。

  1. データボタン 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