mcp-server-saillogger
0
The MCP Server Saillogger is a specialized server designed to manage Saillogger data. It integrates with the Saillogger network to provide real-time AIS positions for AI applications. The server is set up to be compatible with Python 3.12 and can be efficiently used within AI contexts.
MCP Server Saillogger
A server for handling Saillogger data.
Development Setup
- 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 .
Usage
Run the server:
mcp-server-saillogger
Saillogger AIS MCP Server
An MCP (Model Context Protocol) server that provides real-time AIS positions from the Saillogger network into AI applications.