MCP Directory
ServersClientsBlog
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Clients
  3. spiceflow

spiceflow

GitHub
Website

Spiceflow is a lightweight, type-safe API framework for building web services using modern web standards, featuring Zod validation, OpenAPI spec generation, and Fern support for documentation and SDKs.

67
0

Spiceflow: Fast, Simple, and Type-Safe API Framework

Spiceflow is a lightweight API framework designed for building web services with type safety and modern web standards. It leverages Zod for schema validation and can generate OpenAPI specifications for your routes. Native Fern support enables documentation and SDK generation.

Key features include Model Context Protocol (MCP) support for LLM integration, type-safe RPC client generation, and async generator support for server-sent events (SSE). The framework uses standard web Request and Response objects, offering a modular design with .use() for sub-app mounting and base path support.

Spiceflow simplifies API development by automatically serializing route handler outputs to JSON. It provides utilities for handling requests with body schemas and defining response schemas. The framework also supports middleware for tasks like error handling, request logging, and response modification. It can be used to generate Fern docs and SDKs.

Repository

RE
remorses

remorses/spiceflow

Created

July 24, 2023

Updated

March 26, 2025

Language

TypeScript

Category

Developer Tools