Time's up Skybridge example App
tech.skybridge.times-up/time-s-upSkybridge Example App showcasing a Time's up game with the LLM
Tools · 2
Draws a new card containing the secret word that only the user can see. The user will give hints based on that word, and you will try to guess it.
Submit your guess for the secret word based on the user's hints.
Resources · 1
Time's Up Card
ui://views/ext-apps/play.html?v=f3b21709
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"time's_up_skybridge_example_app": {
"url": "https://times-up.skybridge.tech",
"transport": "streamable-http"
}
}
}