MCP server in namespace io.github
io.github.BerkKilicoglu/google-health-fitbit-mcp · Status: active
The source provides no name of its own for this entry. The identifier therefore appears on this page as a coordinate, not as the heading.
If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object
- Registry name
io.github.BerkKilicoglu/google-health-fitbit-mcp- Package coordinate
npm:google-health-fitbit-mcp- Version
1.0.2- Listed in the registry
- 2026-07-16
- Changed in the registry
- 2026-07-16
- First seen by tracevero
- 2026-08-06
- Vendor's website
- https://github.com/BerkKilicoglu/google-health-fitbit-mcp#readme
Privacy-first Google Health API MCP server for health, sleep, activity and HR agents
Vendor's own description, untranslated and unverified
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean
Measured values
| Credentials required | no Raw declaration – Required secret variables (raw): confirmed absent Raw declaration – Required secret headers (raw): confirmed absent Source: MCP-Register · collected on 2026-08-06 · derived |
|---|---|
| Execution location | local Raw declaration – Transports (raw): stdio Source: MCP-Register · collected on 2026-08-06 · derived |
| Path argument present | no Raw declaration – Path arguments (raw): confirmed absent Raw declaration – Path environment variables (raw): confirmed absent Source: MCP-Register · collected on 2026-08-06 · derived |
| Repository URL listed | yes Raw declaration – Repository (raw): https://github.com/BerkKilicoglu/google-health-fitbit-mcp Source: MCP-Register · collected on 2026-08-06 · derived |
| Version | 1.0.2 Source: MCP-Register · collected on 2026-08-06 · self-declared |
Position within the holdings
How many of the 23,972 published entries carry the same measured value. A reference figure, not an assessment.
- Credentials requiredno19,829 of 23,972 carry this value (83 %)View these entries
- Execution locationlocal11,897 of 23,972 carry this value (50 %)View these entries
- Path argument presentno23,757 of 23,972 carry this value (99 %)View these entries
- Repository URL listedyes18,720 of 23,972 carry this value (78 %)View these entries
All 4 values together are carried by 8,411 of 23,972 entries.
This entry appears in these selections
- MCP servers without credentials19,829
- Locally executed MCP servers11,897
- MCP servers with a repository URL18,720
- Local MCP servers without credentials9,061
- Local MCP servers with a repository URL11,302
- MCP servers over stdio only9,691
- MCP servers as an npm package only7,028
- Local MCP servers as an npm package only6,942
- npm packages with a repository URL6,688
- MCP servers over stdio, as an npm package only6,105
- MCP servers available as a package only10,487
The source's raw values23
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Environment variables (raw) | GOOGLE_HEALTH_CLIENT_ID, GOOGLE_HEALTH_CLIENT_SECRET, GOOGLE_HEALTH_REDIRECT_URI, GOOGLE_HEALTH_TOKEN_PATH, GOOGLE_HEALTH_PRIVACY_MODE, GOOGLE_HEALTH_CACHE, GOOGLE_HEALTH_CACHE_PATH, GOOGLE_HEALTH_NO_CACHE Source: MCP-Register · collected on 2026-08-06 · self-declared |
|---|---|
| Required secret variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Transports (raw) | stdio Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Repository (raw) | https://github.com/BerkKilicoglu/google-health-fitbit-mcp Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Package registries (raw) | npm Source: MCP-Register · collected on 2026-08-06 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Path environment variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| First listed in the registry (raw) | 2026-07-16 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Last changed in the registry (raw) | 2026-07-16 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Delivery form (raw) | paket Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package identifiers (raw) | google-health-fitbit-mcp Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Package versions (raw) | 1.0.2 Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Runtime hints (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable formats (raw) | string Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Environment variable descriptions (raw) | GOOGLE_HEALTH_CACHE=Optional SQLite cache toggle. Set to true or sqlite to enable. · GOOGLE_HEALTH_CACHE_PATH=Optional local SQLite cache path. Defaults to ~/.google-health-mcp/cache.sqlite. · GOOGLE_HEALTH_CLIENT_ID=Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-fitbit-mcp-server setup. · GOOGLE_HEALTH_CLIENT_SECRET=Google Cloud OAuth client secret. Prefer google-health-fitbit-mcp-server setup so this secret is stored in ~/.google-health-mcp/config.json instead of MCP client config. · GOOGLE_HEALTH_NO_CACHE=Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless. · GOOGLE_HEALTH_PRIVACY_MODE=Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Google Health API payloads, not continuous 24/7 raw sensor telemetry. · GOOGLE_HEALTH_REDIRECT_URI=Redirect URI configured in the Google Cloud OAuth client. Optional when configured with google-health-fitbit-mcp-server setup. · GOOGLE_HEALTH_TOKEN_PATH=Optional local path for OAuth tokens. Defaults to ~/.google-health-mcp/tokens.json. Source: MCP-Register · collected on 2026-08-16 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-08-16 · self-declared |
Changes
| 2026-08-16 | Last changed in the registry (raw): – → 2026-07-16 |
|---|---|
| 2026-08-16 | First listed in the registry (raw): – → 2026-07-16 |
| 2026-08-16 | Registry status message (raw): – → – |
| 2026-08-16 | Schema version of the raw record (raw): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json |
| 2026-08-16 | Icon formats (raw): – → – |
| 2026-08-16 | Environment variable descriptions (raw): – → GOOGLE_HEALTH_CACHE=Optional SQLite cache toggle. Set to true or sqlite to enable. · GOOGLE_HEALTH_CACHE_PATH=Optional local SQLite cache path. Defaults to ~/.google-health-mcp/cache.sqlite. · GOOGLE_HEALTH_CLIENT_ID=Google Cloud OAuth client ID for Google Health API. Optional when configured with google-health-fitbit-mcp-server setup. · GOOGLE_HEALTH_CLIENT_SECRET=Google Cloud OAuth client secret. Prefer google-health-fitbit-mcp-server setup so this secret is stored in ~/.google-health-mcp/config.json instead of MCP client config. · GOOGLE_HEALTH_NO_CACHE=Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless. · GOOGLE_HEALTH_PRIVACY_MODE=Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Google Health API payloads, not continuous 24/7 raw sensor telemetry. · GOOGLE_HEALTH_REDIRECT_URI=Redirect URI configured in the Google Cloud OAuth client. Optional when configured with google-health-fitbit-mcp-server setup. · GOOGLE_HEALTH_TOKEN_PATH=Optional local path for OAuth tokens. Defaults to ~/.google-health-mcp/tokens.json. |
| 2026-08-16 | Environment variable formats (raw): – → string |
| 2026-08-16 | Delivery form (raw): – → paket |
| 2026-08-16 | Remote hosts (raw): – → – |
| 2026-08-16 | Remote URLs (raw): – → – |
These are the 10 most recent changes to this entry. Full history
tracevero · https://tracevero.com/en/mcp/io-github-berkkilicoglu-google-health-fitbit-mcp