Vaultbeat MCP Server
Rank #12,276io.github.Fino-wind/vaultbeat
Your AI agent reads your E2EE Apple Health data (sleep, HRV, cycle) — decrypted only locally
Vaultbeat MCP Server is a Model Context Protocol (MCP) server published by Fino-wind. It ranks #12,276 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Vaultbeat MCP Server is listed on Official MCP, with 10 tracked versions. It was first listed on Jul 18, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 103,184 of 115,460 servers on MCP Toplist.
Use Vaultbeat MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vaultbeat -- uvx vaultbeat-mcp[mcp_servers.vaultbeat]
command = "uvx"
args = ["vaultbeat-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"vaultbeat": {
"command": "uvx",
"args": [
"vaultbeat-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vaultbeat": {
"command": "uvx",
"args": [
"vaultbeat-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"vaultbeat": {
"type": "stdio",
"command": "uvx",
"args": [
"vaultbeat-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"vaultbeat": {
"command": "uvx",
"args": [
"vaultbeat-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vaultbeat": {
"command": "uvx",
"args": [
"vaultbeat-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Fino-wind%2Fvaultbeat)<a href="https://mcptoplist.com/server/io.github.Fino-wind%2Fvaultbeat"><img src="https://mcptoplist.com/badge/io.github.Fino-wind%2Fvaultbeat.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Fino-wind
Available versions (10)
| Version | Published |
|---|---|
| 0.3.11 | Aug 16, 2026 |
| 0.3.0 | Aug 6, 2026 |
| 0.2.9 | Aug 4, 2026 |
| 0.2.8 | Aug 3, 2026 |
| 0.2.7 | Jul 31, 2026 |
| 0.2.5 | Jul 29, 2026 |
| 0.2.4 | Jul 29, 2026 |
| 0.2.3 | Jul 26, 2026 |
| 0.2.2 | Jul 25, 2026 |
| 0.1.2 | Jul 18, 2026 |
Frequently asked questions
- Who maintains Vaultbeat MCP Server?
- Vaultbeat MCP Server is maintained by Fino-wind, which publishes 4 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Vaultbeat MCP Server listed on the Official MCP Registry?
- Yes — Vaultbeat MCP Server is listed on the Official MCP Registry.
- How many versions does Vaultbeat MCP Server have?
- MCP Toplist tracks 10 versions of Vaultbeat MCP Server, most recently published on Aug 16, 2026.
- Where can I find the source code for Vaultbeat MCP Server?
- The source code for Vaultbeat MCP Server is hosted at github.com/Fino-wind/vaultbeat-mcp.