mcp freestyle for Cursor
io.github.lozit/mcp-freestyle
Read-only FreeStyle glucose sensor access via LibreLinkUp. Not a medical device.
client:Cursor
transport:stdio
runtime:npm
Install mcp freestyle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-freestyle": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs