Skip to main content
Glama
smithery.yaml865 B
# Smithery configuration file: https://smithery.ai/docs/build/project-config runtime: "container" build: dockerfile: "Dockerfile" # Path to your Dockerfile dockerBuildPath: "." # Docker build context startCommand: type: "http" # Configuration schema defines what users need to provide configSchema: type: object required: - apiKey properties: apiKey: type: string description: Your LibraLM API key apiUrl: type: string default: https://yjv5auah93.execute-api.us-east-1.amazonaws.com/prod description: Optional base URL for the LibraLM API service description: Configuration for LibraLM MCP Server # Example configuration for users exampleConfig: apiKey: YOUR_LIBRALM_API_KEY apiUrl: https://yjv5auah93.execute-api.us-east-1.amazonaws.com/prod

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/libralm-ai/libralm_mcp_server'

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