Labsco
databutton logo

Databutton

โ˜… 27

from databutton

An MCP server for initial app planning and creating a good starting point for an app.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

Databutton MCP โ€“ build your own MCPs

We released a game changing way for anyone to build their own MCP servers in Databutton. Learn more at https://www.databutton.com/mcp

Databutton MCP Server

Databutton's (https://www.databutton.com/) AI agent builds and deploys frontends and backends in React and Python APIs/MCPs, for building beautiful business apps with unbounded complexity.

The agent has a planning mode for generating an initial plan for your app.

This MCP server is for doing doing initial app planning and creating a good starting point for an app.

Development

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.