super-log Cloud for Claude Desktop
com.super-log/super-log-cloud
Read your team's hosted journal from an AI agent: every machine's streams, in hub order.
client:Claude Desktop
transport:streamable-http
Install super-log Cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"super-log-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.super-log.com/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