A server for handling Saillogger data.
- Ensure you have Python 3.12+ installed
- Install
uv
if you haven't already:pip install uv
- Create and activate a virtual environment:
uv venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows
- Install dependencies:
uv pip install -e .
Run the server:
mcp-server-saillogger
An MCP (Model Context Protocol) server that provides real-time AIS positions from the Saillogger network into AI applications.