Skip to main content
Glama

MCP Registry Server

server.ts352 B
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { registerListMcpServers } from "./tools/listMcpServers.js"; export function createServer(): McpServer { const server = new McpServer({ name: "MCP Server for MCP Registry", version: "0.1.0", }); registerListMcpServers(server); return 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/formulahendry/mcp-server-mcp-registry'

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