Skip to main content
Glama
databutton

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

Related MCP server: MCP Project Orchestrator

発達

依存関係をインストールします:

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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