- Streaming HTTP server using Bun
- Stdio server for local development
- MCP Inspector for debugging and inspecting model context protocol messages
- Biome for linting and formatting
- Docker support for containerized development
- Bun (v1.0.0 or later)
Run the server at http://localhost:3000/mcp with:
bun install
# Streaming Http server
bun start
# or with local server (stdio)
bun localRun the inspector with:
bun inspect
# or with local server (stdio)
bun inspect-localThe MCP Inspector is up and running at http://127.0.0.1:6274.
See the MCP Inspector documentation for more details.
Lint the project with:
bun lintTo run the project in a Docker container, use the following command:
docker-compose up