Skip to main content
Glama

MCP Server Chart

Official
stdio.ts404 B
import type { Server } from "@modelcontextprotocol/sdk/server/index.js"; import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js"; import { logger } from "../utils/logger"; export async function startStdioMcpServer(server: Server): Promise<void> { const transport = new StdioServerTransport(); await server.connect(transport); logger.success("Stdio MCP Server started"); }

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/antvis/mcp-server-chart'

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