Skip to main content
Glama

Infer MCP Server

by jackyxhb
index.ts378 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerSshTool } from "./sshExecute.js"; import { registerDbTool } from "./dbQuery.js"; import { registerTrainingTool } from "./trainClassifier.js"; export function registerTools(server: McpServer): void { registerSshTool(server); registerDbTool(server); registerTrainingTool(server); }

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