Skip to content

dweinstein/mygtmcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyGtMcp

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.

Screenshots

MCP Server Status in GT

MCP Server Status

Claude Code Smoke Test

Claude Code Smoke Test

Installation

Metacello new
	repository: 'github://dweinstein/mygtmcp/src';
	baseline: 'MyGtMcp';
	load

Load Lepiter

After installing with Metacello, you will be able to execute

#BaselineOfMyGtMcp asClass loadLepiter

Add to Claude Code

claude mcp add --transport http gtmcp http://localhost:3030

Add to OpenAI Codex

codex mcp add gtmcp --url http://localhost:3030/mcp

Warning

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.

About

A Glamorous Toolkit MCP server for Claude Code and OpenAI Codex. Exposes GT tools (evaluate, getMethodSource, getReferences, listPages, etc.) over MCP so your Agent can interact with your live GT image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors