MCP.so
ログイン

Universe Game MCP Server

@sympleaichat

Universe Game MCP Server について

An enhanced Conway's Game of Life simulation that runs as an MCP (Model Context Protocol) server for Claude Desktop.

基本情報

カテゴリ

メディアとデザイン

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

sympleaichat

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Universe Game MCP Server?

An enhanced Conway’s Game of Life simulation that runs as an MCP server for Claude Desktop. It provides a 20×20 cellular automaton grid with ASCII visualizations, automatic pattern detection (oscillators, still lifes, gliders), real-time analytics, and interactive controls.

How to use Universe Game MCP Server?

Install Python 3.7+ and the numpy library, then configure Claude Desktop’s claude_desktop_config.json with the path to universe_game.py. After restarting Claude, you can ask it to “step the universe”, “check status”, “reset the universe”, “flip cell at (5,7)”, “add a glider pattern”, or “show universe analytics”.

Key features of Universe Game MCP Server

  • Conway’s Game of Life on a 20×20 grid
  • Beautiful ASCII visualizations with statistics every 10 turns
  • Automatic detection of oscillators, still lifes, and gliders
  • Real-time population tracking, birth/death stats, stability analysis
  • Manual cell manipulation and pre-built pattern insertion

Use cases of Universe Game MCP Server

  • Exploring cellular automaton evolution interactively through Claude
  • Educational tool for understanding Game of Life patterns
  • Demonstrating real-time analytics and pattern recognition in a simulation

FAQ from Universe Game MCP Server

What are the system requirements?

Python 3.7+, the numpy library, and the Claude Desktop application.

Why does it warn about token usage?

The simulation displays detailed ASCII and analytics every 10 turns, which consumes many tokens. The README advises caution when increasing the number of turns.

How do I configure Claude Desktop?

Edit claude_desktop_config.json (located in %APPDATA%\Claude\ on Windows or ~/Library/Application Support/Claude/ on Mac) to add an MCP server entry with command: "python" (Windows) or "python3" (Mac) and the full path to universe_game.py.

What can I do with manual cell control?

You can flip individual cells by specifying coordinates (e.g., “flip cell at (5,7)”) or insert pre‑built patterns like gliders, blinkers, blocks, and beacons.

How is the grid displayed?

The 20×20 grid uses # for living cells and . or space for dead cells, with coordinates and a detailed status panel shown every 10 turns.

コメント

「メディアとデザイン」の他のコンテンツ