Hmr
Rank #3,657io.github.promplate/hmr
MCP server providing hmr capabilities
Hmr is a Model Context Protocol (MCP) server published by promplate. It ranks #3,657 of 115,460 servers tracked on MCP Toplist, and its repository has 18 GitHub stars. Hmr is listed on Official MCP, with 4 tracked versions. It was first listed on Sep 17, 2025 and most recently updated on Sep 17, 2025.
Ranks ahead of 111,803 of 115,460 servers on MCP Toplist.
Use Hmr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http hmr https://promplate.github.io/pyth-on-line/hmr/mcp[mcp_servers.hmr]
url = "https://promplate.github.io/pyth-on-line/hmr/mcp"Add to ~/.codex/config.toml.
https://promplate.github.io/pyth-on-line/hmr/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"hmr": {
"url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hmr": {
"type": "http",
"url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hmr": {
"serverUrl": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hmr": {
"url": "https://promplate.github.io/pyth-on-line/hmr/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.promplate%2Fhmr)<a href="https://mcptoplist.com/server/io.github.promplate%2Fhmr"><img src="https://mcptoplist.com/badge/io.github.promplate%2Fhmr.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
promplate
Other servers by promplate
View all promplate servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.2 | Sep 17, 2025 |
| 1.0.1 | Sep 17, 2025 |
| 1.0.0 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Hmr?
- Hmr is maintained by promplate, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is Hmr listed on the Official MCP Registry?
- Yes — Hmr is listed on the Official MCP Registry.
- How many versions does Hmr have?
- MCP Toplist tracks 4 versions of Hmr, most recently published on Sep 17, 2025.
- Where can I find the source code for Hmr?
- The source code for Hmr is hosted at github.com/promplate/pyth-on-line.