← Back to Plugins
MCP Server MCP

KIP MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "kip-mcp-server",
      "version": "1.12.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Signal K server host name or IP.",
          "format": "string",
          "default": "localhost",
          "name": "SIGNALK_HOST"
        },
        {
          "description": "Signal K server port.",
          "format": "number",
          "default": "3000",
          "name": "SIGNALK_PORT"
        },
        {
          "description": "Set true if Signal K uses https/wss.",
          "format": "boolean",
          "default": "false",
          "name": "SIGNALK_TLS"
        },
        {
          "description": "Signal K token, needed to write dashboards (or use SIGNALK_USER/PASSWORD).",
          "format": "string",
          "isSecret": true,
          "name": "SIGNALK_TOKEN"
        },
        {
          "description": "Signal K username, used with SIGNALK_PASSWORD instead of a token.",
          "format": "string",
          "name": "SIGNALK_USER"
        },
        {
          "description": "Signal K password, used with SIGNALK_USER.",
          "format": "string",
          "isSecret": true,
          "name": "SIGNALK_PASSWORD"
        },
        {
          "description": "Override where KIP is served, if it is not the default.",
          "format": "string",
          "name": "KIP_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...