概要
What is fastmcp-boilerplate?
fastmcp-boilerplate is a starter project for building Model Context Protocol (MCP) servers using the FastMCP TypeScript framework. It is intended for developers who want a quick setup to begin developing MCP servers.
How to use fastmcp-boilerplate?
Install dependencies with bun install, then run the server with bun run src/index.ts. Tests can be run with bun test, and you can inspect the server using the official MCP Inspector by running bun run inspect.
Key features of fastmcp-boilerplate
- Pre‑configured FastMCP server entry point in
src/index.ts - Example
addfunction module and corresponding test - Uses Bun as the runtime, package manager, and bundler
- Includes a command to launch the MCP Inspector for debugging
Use cases of fastmcp-boilerplate
—
FAQ from fastmcp-boilerplate
—