Bonsai Health
Rank #5,635io.github.rabyavalla/bonsai-health
MCP server providing bonsai-health capabilities
Bonsai Health is a Model Context Protocol (MCP) server published by rabyavalla. It ranks #5,635 of 115,460 servers tracked on MCP Toplist, and its repository has 252 GitHub stars. Bonsai Health is listed on Official MCP, with 3 tracked versions. It was first listed on Feb 26, 2026 and most recently updated on Feb 26, 2026.
Ranks ahead of 109,825 of 115,460 servers on MCP Toplist.
Use Bonsai Health
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http bonsai-health https://web-production-ae61.up.railway.app/[mcp_servers.bonsai-health]
url = "https://web-production-ae61.up.railway.app/"Add to ~/.codex/config.toml.
https://web-production-ae61.up.railway.app/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"bonsai-health": {
"url": "https://web-production-ae61.up.railway.app/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bonsai-health": {
"type": "http",
"url": "https://web-production-ae61.up.railway.app/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bonsai-health": {
"serverUrl": "https://web-production-ae61.up.railway.app/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bonsai-health": {
"url": "https://web-production-ae61.up.railway.app/"
}
}
}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.rabyavalla%2Fbonsai-health)<a href="https://mcptoplist.com/server/io.github.rabyavalla%2Fbonsai-health"><img src="https://mcptoplist.com/badge/io.github.rabyavalla%2Fbonsai-health.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
rabyavalla
Available versions (3)
| Version | Published |
|---|---|
| 3.0.1 | Feb 26, 2026 |
| 3.0.0 | Feb 26, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bonsai Health?
- Bonsai Health is maintained by rabyavalla, which publishes 7 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Bonsai Health listed on the Official MCP Registry?
- Yes — Bonsai Health is listed on the Official MCP Registry.
- How many versions does Bonsai Health have?
- MCP Toplist tracks 3 versions of Bonsai Health, most recently published on Feb 26, 2026.
- Where can I find the source code for Bonsai Health?
- The source code for Bonsai Health is hosted at github.com/rabyavalla/bonsai-api.