★ 1 stars
TypeScript
🤖 AI/LLM
Updated 7d ago
A Model Context Protocol (MCP) server that connects Claude AI to LibreLink/Freestyle Libre glucose monitoring data. Enable natural language queries about your glucose readings, trends, and diabetes management metrics with Claude Desktop.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"librelink-mcp-server": {
"command": "npx",
"args": [
"-y",
"sedoglia/librelink-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add librelink-mcp-server npx -y sedoglia/librelink-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"librelink-mcp-server": {
"command": "npx",
"args": [
"-y",
"sedoglia/librelink-mcp-server"
]
}
}
}
📋 Copy
Topics
ai api-integration claude data-integration diabetes freestyle-libre glucose health librelink llm mcp monitoring nodejs rest-api sensor