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

  • 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