Conway's Game of Life server for LLMs and AI applications
Full-featured Model Context Protocol server providing Conway's Game of Life patterns and composition tools.
Designed for integration with Claude, GPT, and other LLMs. Perfect for AI-powered pattern generation.
Efficient Run Length Encoding format for compact pattern representation and fast processing.
Add our MCP server to your AI application in seconds
{
"mcpServers": {
"gameoflife": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch", "https://life.angen.ai/api/mcp/mcp"]
}
}
}
Complete set of tools for Conway's Game of Life pattern manipulation
List available Conway's Game of Life patterns
Get a specific pattern by ID in RLE format
Create a grid by repeating a pattern
Create random composition from multiple patterns
Normalize pattern to start from (0,0)
Use our MCP server with different programming languages and tools
curl -X POST "https://life.angen.ai/api/mcp/mcp" \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "list_patterns",
"arguments": {
"onlyStarred": true,
"category": "oscillator"
}
}
}'
Enable your AI to create Conway's Game of Life patterns based on natural language descriptions.
Perfect for academic research, teaching, and exploring the mathematics of cellular automata.