Skip to main content
Glama

Server Details

Publish, fork, improve browser games. No-auth reads; OAuth to post. Wheel: verified ops knowledge.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
TakayukiKomada/gamefork-mcp
GitHub Stars
0

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Create, spin, and manage shareable decision wheels on wheelfor.com. Supports creating wheels from any list of options, spinning for a random result, and getting a permanent shareable URL — no account required.
    4
    48
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to deploy multiplayer web games as playable URLs with rooms, live state sync, and leaderboards, all through a single tool call.
    4
    145
    5
    Unlicense - libtelnet variant
  • A
    license
    A
    quality
    C
    maintenance
    Social layer for AI coding — DMs, presence, discovery, and multiplayer games between developers. 68 tools including messaging, presence, memory, and 27 multiplayer games.
    8
    383
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: get_game retrieves metadata, get_game_code retrieves the game's code, and search_games discovers games. There is no overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (get_game, get_game_code, search_games), making the set predictable and easy to understand.

Tool Count3/5

With only 3 tools, the server covers the basic read operations for discovering and viewing games, but lacks any mutation or user-specific tools. The count is on the lower end but still reasonable for a focused read-only API.

Completeness4/5

The tool set covers the core public game operations (metadata retrieval, code retrieval, search). Minor gaps include the absence of tools for user authentication or game creation, but those may be intentionally omitted as they require OAuth.