mygtmcp

Description

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.

Details

Source
GitHub
Stars
2
Forks
3
Created
March 7, 2026
Updated
April 6, 2026

Categories

System / OS

README excerpt

# MyGtMcp

A [Glamorous Toolkit](https://gtoolkit.com/) MCP server for [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) 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](screenshots/mcp-server-status.png)

### Claude Code Smoke Test

![Claude Code Smoke Test](screenshots/claude-code-smoke-test.png)

## Installation

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

## Load Lepiter

After installing with Metacello, you will be able to execute

```st
#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.
← Back to results