timesketch/timesketch-mcp-server
3.2
If you are the rightful owner of timesketch-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Timesketch MCP Server is a specialized server designed to handle model context protocols, facilitating the integration and management of machine learning models within the Timesketch platform.
timesketch-mcp-server
How to run
docker compose up -d
Launch a bash shell in the container:
docker compose exec timesketch-mcp /bin/bash
Launch the web server:
uv run python src/main.py --mcp-host 0.0.0.0 --mcp-port 8081