Skip to main content
Glama

TimeLooker MCP Server

2
  • Apple
run_mcp_server.py598 B
#!/usr/bin/env python3 """ Entry point script for TimeLooker MCP Server. This script properly sets up the module path and runs the MCP server. """ import sys import os # Add the current directory to Python path to enable src imports sys.path.insert(0, os.path.dirname(os.path.abspath(__file__))) if __name__ == "__main__": # Import and run the MCP server from src.mcp.searcher_mcp import mcp import logging logger = logging.getLogger(__name__) logger.info("Starting TimeLooker MCP Server from entry point...") # Run the MCP server mcp.run(transport='stdio')

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