Skip to main content
Glama

HRFCO Service

main.go547 B
package main import ( "context" "fmt" "github.com/aws/aws-lambda-go/events" "github.com/aws/aws-lambda-go/lambda" ) func handler(ctx context.Context, request events.APIGatewayProxyRequest) (*events.APIGatewayProxyResponse, error) { fmt.Println("This message will show up in the CLI console.") return &events.APIGatewayProxyResponse{ StatusCode: 200, Headers: map[string]string{"Content-Type": "text/plain"}, Body: "Hello, world!", IsBase64Encoded: false, }, nil } func main() { lambda.Start(handler) }

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/kwenhwang/hrfco-service'

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