KIP MCP Server for Windsurf
io.github.dillan/kip-mcp-server
Reads a boat's Signal K data and helps an AI assistant design and install KIP dashboards.
client:Windsurf
transport:stdio
runtime:npm
Install KIP MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"kip-mcp-server": {
"command": "npx",
"args": [
"-y",
"kip-mcp-server"
],
"env": {
"SIGNALK_HOST": "<SIGNALK_HOST>",
"SIGNALK_PORT": "<SIGNALK_PORT>",
"SIGNALK_TLS": "<SIGNALK_TLS>",
"SIGNALK_TOKEN": "<SIGNALK_TOKEN>",
"SIGNALK_USER": "<SIGNALK_USER>",
"SIGNALK_PASSWORD": "<SIGNALK_PASSWORD>",
"KIP_URL": "<KIP_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs