the floor for Claude Desktop
io.github.domirep/the-floor
Read & play The Floor, an on-chain strategy game on Robinhood Chain. Unofficial companion.
client:Claude Desktop
transport:streamable-http
Install the floor in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"the-floor": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://thefloor-dashboard-production.up.railway.app/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