← Back to browse

Time's up Skybridge example App

Indexed by tech.skybridge.times-up

About

Skybridge Example App showcasing a Time's up game with the LLM

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http time-s-up https://times-up.skybridge.tech
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"time-s-up","type":"http","url":"https://times-up.skybridge.tech"}'
JSON
{
  "mcpServers": {
    "time-s-up": {
      "url": "https://times-up.skybridge.tech"
    }
  }
}