Skip to content

Saillogger/mcp-server-saillogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP Server Saillogger

A server for handling Saillogger data.

Development Setup

  1. Ensure you have Python 3.12+ installed
  2. Install uv if you haven't already:
    pip install uv
  3. Create and activate a virtual environment:
    uv venv
    source .venv/bin/activate  # On Unix/macOS
    # or
    .venv\Scripts\activate  # On Windows
  4. 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.

About

An MCP server that provides real-time AIS positions from the Saillogger network into AI applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages