frontal-cloud/mcp-server
3.1
If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP server provides backend services and APIs for the Frontal platform, supporting various integration and management tasks.
Frontal MCP Server
A Model Context Protocol (MCP) server implemented with Bun and TypeScript.
Features
- Ping Tool: A simple tool to verify server connectivity.
- Stdio Transport: Communicates over standard input/output.
Getting Started
Prerequisites
- Bun installed on your system.
Installation
bun install
Running the Server
bun start
For development with hot-reloading:
bun dev
Usage
This server is designed to be used with an MCP client (like Claude Desktop or any other MCP-compatible host).
Available Tools
ping: Returns "pong" to verify the server is alive.
Development
Linting & Formatting
This project uses Biome for linting and formatting.
bun lint
bun format
Releases
We use Changesets for versioning and changelog management.