io.github.dillan

kip-mcp-server

KIP MCP Server

Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.

stdiocommunityapplication

Package Details

Transportstdio
Runtimenpx

Environment Variables

SIGNALK_HOST(str)
Default:localhost

Signal K server host name or IP.

SIGNALK_PORT(num)
Default:3000

Signal K server port.

SIGNALK_TLS(bool)
Default:false

Set true if Signal K uses https/wss.

SIGNALK_TOKEN(str)
Secret

Signal K token, needed to write dashboards (or use SIGNALK_USER/PASSWORD).

SIGNALK_USER(str)

Signal K username, used with SIGNALK_PASSWORD instead of a token.

SIGNALK_PASSWORD(str)
Secret

Signal K password, used with SIGNALK_USER.

KIP_URL(str)

Override where KIP is served, if it is not the default.