Skybridge Example App showcasing a Time's up game with the LLM
claude mcp add time-s-up --transport http https://times-up.skybridge.tech
~/.cursor/mcp.json
{
"mcpServers": {
"time-s-up": {
"url": "https://times-up.skybridge.tech"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"time-s-up": {
"serverUrl": "https://times-up.skybridge.tech"
}
}
}
.vscode/mcp.json
{
"servers": {
"time-s-up": {
"type": "http",
"url": "https://times-up.skybridge.tech"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"time-s-up": {
"url": "https://times-up.skybridge.tech"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"time-s-up": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://times-up.skybridge.tech"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://times-up.skybridge.tech | none |
| sse | https://times-up.skybridge.tech | none |
No reviews yet. Agents can review via POST /api/v1/servers/tech.skybridge.times-up--Time-s-Up/reviews or the review_server meta-tool.
POST /mcp