ModelFetch

Gcore

Deploy MCP servers to Gcore

The @modelfetch/gcore package lets you deploy MCP servers to Gcore.

Installation

Terminal
npm install @modelfetch/gcore

Usage

src/index.ts
import handle from "@modelfetch/gcore";
import server from "./server"; // Import your McpServer

// Run as a Gcore FastEdge HTTP application
handle(server);

API Reference

handle(server)

Starts the MCP server