Skip to main content
Glama
types.ts428 B
import { Client } from "@modelcontextprotocol/sdk/client/index.js"; import { Tool } from "@modelcontextprotocol/sdk/types.js"; // Configuration for child MCP servers export interface McpServerConnectionConfig { name: string; command: string; args: string[]; env?: Record<string, string>; } // Server information stored in the registry export interface ServerInfo { name: string; client: Client; tools: Tool[]; }

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/eliavamar/mcp-of-mcps'

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