Setup Chatgpt banner
CBirkbeck CBirkbeck

Setup Chatgpt

Development community

Description

--- name: setup-chatgpt description: Set up the ChatGPT MCP server for mathematical second opinions --- # /setup-chatgpt - Set Up the ChatGPT MCP Server Set up an MCP server that lets Claude Code query ChatGPT for mathematical second opinions during Lean 4 formalization work. ## Usage ``` /setup-chatgpt ``` No arguments needed. This command will guide you through setup. ## What This Does The `chatgpt-math` MCP server provides a single tool: - `ask_chatgpt_math` - Ask ChatGPT a self-conta

Installation

Installs to ~/.claude/skills/cbirkbeck-mathlib-quality-setup-chatgpt/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cbirkbeck-mathlib-quality-setup-chatgpt && curl -fsSL https://raw.githubusercontent.com/CBirkbeck/mathlib-quality/HEAD/commands/setup-chatgpt.md -o ~/.claude/skills/cbirkbeck-mathlib-quality-setup-chatgpt/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository