Skip to main content
Glama
types.ts261 B
export interface Arguments { apiKey: string; gameName: string; tagLine: string; [x: string]: unknown; } let _args: Arguments; export function setArgs(newArgs: Arguments) { _args = newArgs; } export function getArgs(): Arguments { return _args; }

Latest Blog Posts

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/GeLi2001/tft-mcp-server'

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