Skip to main content
Glama

Track-It Process Monitor

by scottmsilver
.gitignore•805 B
# Log files process_logs/ *.log # Database files *.db *.db-journal *.db-wal *.sqlite *.sqlite3 # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments venv/ ENV/ env/ .venv/ .ENV/ # PyCharm .idea/ # VSCode .vscode/ *.code-workspace # Vim *.swp *.swo *~ .*.sw[op] # macOS .DS_Store .AppleDouble .LSOverride # Windows Thumbs.db ehthumbs.db Desktop.ini # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # MCP/Claude specific claude.json .claude/ # Temporary files tmp/ temp/ *.tmp *.bak *.backup # Environment files (may contain secrets) .env .env.local .env.*.local # Installation/test artifacts test-install-* install-test-*

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/scottmsilver/mcp-track-it'

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