mcpbeat Sign in

Geargrafx MCP Server

local only

Geargrafx MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

MCP server for Geargrafx PC Engine / TurboGrafx-16 emulator

Installs / week
not published
238
Stars
5 open issues
17 Sep 2026
Last commit
from GitHub
GPL-3.0
License
C++

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    bool        ConfigDebugIsDebuggerPresent;   // = false          // Enable various tools calling IM_DEBUG_BREAK().
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/homebrew-tap.yml:61
      - name: Update Cask formula
        run: |
          cat > homebrew-tap/Casks/${{ env.NAME_LOWER }}.rb << EOF
…eway --user '"${MCP_GATEWAY_UID}"':'"${MCP_GATEWAY_GID}"' --group-add '"${DOCKER_SOCK_GID}"' -v '"${DOCKER_SOCK_PATH}"':/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_API_KEY -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DOCKER…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Geargrafx MCP Server

same job, measured the same way
I
Gearlynx MCP Server
by drhelius

MCP server for Gearlynx Atari Lynx emulator

local only
Gearcoleco MCP Server
by drhelius

MCP server for Gearcoleco ColecoVision emulator

local only
Gearboy MCP Server
by drhelius

MCP server for Gearboy Nintendo Game Boy / Game Boy Color emulator

local only
Llmse
by llmse

Public MCP server for the LLM Search Engine

10 tools answering
Gearsystem MCP Server
by drhelius

MCP server for Gearsystem Sega Master System / Game Gear / SG-1000 emulator

local only
Aide MCP Server
by netapp

MCP server for NetApp AI Data Engine

127 installs/wk local only
Pyxel MCP
by kitao

MCP server for Pyxel, a retro game engine for Python

359 installs/wk local only
I
PPSSPP Debug MCP Server
by astralvoidz

Engineering-grade MCP debugging SDK turning the PPSSPP PSP emulator into an AI-debuggable target.

local only

Geargrafx MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Geargrafx MCP Server?
Geargrafx MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Geargrafx MCP Server open source?
Yes — it is published under the GPL-3.0 licence, written in C++, 238 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.