mcp freestyle for Zed
io.github.lozit/mcp-freestyle
Read-only FreeStyle glucose sensor access via LibreLinkUp. Not a medical device.
client:Zed
transport:stdio
runtime:npm
Install mcp freestyle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs