EGGOXdevelopers

eggox mcp

Serve the commands to an AI agent as MCP tools over stdio.

eggox mcp

Speaks the Model Context Protocol on stdin and stdout, so an agent that supports MCP gets the commands as tools without a shell. Same login, same limits.

Configuring an agent

For most MCP clients:

{ "mcpServers": { "eggox": { "command": "eggox", "args": ["mcp"] } } }

For Claude Code:

claude mcp add eggox -- eggox mcp

Tools

tooldoes
eggox_gamesthe games you own
eggox_pulla game as files into a folder (game, dir)
eggox_checkwould the folder work (dir)
eggox_pushmake the game match the folder (dir, force)
eggox_bagthe mints in your bag
eggox_stockwhat the game holds (dir)
eggox_stock_adda mint into the stock (item, dir)
eggox_docsthe reference as markdown (page: api or project)

There is no publish tool. An agent can push all day; only a person ships.

This page as markdown: /cli/mcp.md