mcp freestyle for Cline
io.github.lozit/mcp-freestyle
Read-only FreeStyle glucose sensor access via LibreLinkUp. Not a medical device.
client:Cline
transport:stdio
runtime:npm
Install mcp freestyle in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-freestyle": {
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<LIBRELINKUP_BASE_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs