Skip to main content
Glama

TimeLooker MCP Server

app.py320 B
#!/usr/bin/env python3 import aws_cdk as cdk from timelooker_stack import TimeLookerStack app = cdk.App() # Deploy to London region TimeLookerStack( app, "TimeLookerStack", env=cdk.Environment( account=app.node.try_get_context("account"), region="eu-west-2" # London ) ) app.synth()

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/fortnightly-devs/mcp-x402-task-scheduler'

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