phuctm97/modelfetch
Runtime-agnostic TypeScript/JavaScript SDK for MCP Servers
<div align="center"> <h1>ModelFetch</h1> <p>ModelFetch is a delightful TypeScript/JavaScript SDK for building and deploying MCP servers anywhere TypeScript/JavaScript runs.</p> <p> <a href="https://github.com/phuctm97/modelfetch/releases/latest"> </a> <a href="https://github.com/phuctm97/modelfetch/blob/main/LICENSE"> </a> <a href="https://www.modelfetch.com/docs"> </a> </p> </div>
---
Get started in seconds using our create-modelfetch CLI:
npx -y create-modelfetch@latestModelFetch works with any `McpServer` instance from the official MCP TypeScript SDK. Here's all it takes:
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { z } from "zod";
conLoading reviews...