A Glamorous Toolkit MCP server for Claude Code and OpenAI Codex. Exposes GT tools (evaluate, getMethodSource, getReferences, listPages, etc.) over MCP so Claude Code can interact with your live GT image.
Metacello new
repository: 'github://dweinstein/mygtmcp/src';
baseline: 'MyGtMcp';
loadAfter installing with Metacello, you will be able to execute
#BaselineOfMyGtMcp asClass loadLepiterclaude mcp add --transport http gtmcp http://localhost:3030
codex mcp add gtmcp --url http://localhost:3030/mcp
This launches an MCP server on a port and gives arbitrary code execution like evaluate to whoever is using it, without any authorization or authentication.

