Introducing Model Context Protocol server
turtleSpaces MCP (Model Context Protocol) Integration
Overview
turtleSpaces supports the Model Context Protocol (MCP), enabling AI assistants like Claude and Gemini to interact directly with the Logo programming environment. This integration allows AI models to read, write, and execute Logo code, capture graphics output, and manage projects.
Command Line Options
To enable MCP mode in turtleSpaces, use the following command line options:
-mcp– Enable MCP server mode-mcp-port <port>– Set the MCP server port (default: 1967)
You can also start the MCP from the File menu…