Got Cosy for Claude Desktop
io.github.perwinroth/got-cosy-graph
Travel/hotel data: 6,300 hotels scored for cosiness from guest reviews; verified booking links.
client:Claude Desktop
transport:streamable-http
tools:2
Install Got Cosy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"got-cosy-graph": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gotcosy.com/api/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