Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add io.github.promplate--hmr --transport http https://promplate.github.io/pyth-on-line/hmr/mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"io.github.promplate--hmr": {
"type": "http",
"url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"io.github.promplate--hmr": {
"type": "http",
"url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"io.github.promplate--hmr": {
"type": "http",
"url": "https://promplate.github.io/pyth-on-line/hmr/mcp"
}
}
}