Skip to main content
Glama

TimeLooker MCP Server

2
  • Apple
.gitignore2.43 kB
# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Virtual environments .env .env.aws .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-version # IDE .vscode/ .idea/ *.swp *.swo *~ # macOS .DS_Store .AppleDouble .LSOverride Icon ._* .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # Windows Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db *.tmp *.temp *.bak *.swp Desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp *.lnk # Security & Secrets .env .env.local .env.development.local .env.test.local .env.production.local *.pem *.key *.crt *.p12 *.pfx api_key.txt private_key.txt secrets.json config.json claude_desktop_config.json # Database files *.db *.sqlite *.sqlite3 timelooker.db test.db # Logs *.log logs/ log/ # Temporary files tmp/ temp/ *.tmp *.temp # Node.js (if any frontend components) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Package files *.tar.gz *.zip *.rar # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # uv uv.lock # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env.backup .env.example.local # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # PyCharm .idea/ # TimeLooker specific monitoring_results/ search_results/ execution_logs/ *.json.backup # Claude Desktop config (user should use example) claude_desktop_config.json # Test artifacts test_results/ test_outputs/ coverage_reports/ # AWS infrastructure/*.js infrastructure/!jest.config.js infrastructure/*.d.ts infrastructure/node_modules # CDK asset staging directory infrastructure/.cdk.staging infrastructure/cdk.out

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