Skip to main content
Glama

Infer MCP Server

by jackyxhb
server.ts331 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export interface ServerOptions { name?: string; version?: string; } export function createServer(options?: ServerOptions): McpServer { return new McpServer({ name: options?.name ?? "infer-mcp-server", version: options?.version ?? "1.0.0" }); }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackyxhb/InferMCPServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server