HitKeep for Claude Desktop
io.github.pascalebeier/hitkeep
Stateless 2026-07-28 read-only MCP server for aggregate HitKeep analytics and official docs.
client:Claude Desktop
transport:streamable-http
Install HitKeep in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hitkeep": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{hitkeep_host}/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs