{"id":26641112,"url":"https://github.com/dustland/genesis-mcp","last_synced_at":"2026-04-30T00:34:32.398Z","repository":{"id":283343001,"uuid":"951417967","full_name":"dustland/genesis-mcp","owner":"dustland","description":"MCP Server for Genesis World.","archived":false,"fork":false,"pushed_at":"2025-03-19T18:06:57.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T19:23:52.995Z","etag":null,"topics":["genesis","mcp","simulation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dustland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-19T16:39:28.000Z","updated_at":"2025-03-19T18:07:00.000Z","dependencies_parsed_at":"2025-03-19T19:34:07.713Z","dependency_job_id":null,"html_url":"https://github.com/dustland/genesis-mcp","commit_stats":null,"previous_names":["dustland/genesis-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustland%2Fgenesis-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustland%2Fgenesis-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustland%2Fgenesis-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dustland%2Fgenesis-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dustland","download_url":"https://codeload.github.com/dustland/genesis-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325220,"owners_count":20596818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["genesis","mcp","simulation"],"created_at":"2025-03-24T18:19:46.545Z","updated_at":"2026-04-30T00:34:32.366Z","avatar_url":"https://github.com/dustland.png","language":"Python","funding_links":[],"categories":["AI Integration MCP Servers","Content Creation","Other Tools and Integrations"],"sub_categories":["How to Submit"],"readme":"\u003cimg src=\"imgs/big_text.png\" alt=\"Genesis\" width=\"200\" /\u003e\n\n# Genesis MCP Server\n\nA Model Context Protocol (MCP) server for Genesis World simulations with visualization support.\n\n## Quick Start\n\nFor the fastest way to get started with visualization:\n\n```bash\n# Run the simplified setup script (only installs what's needed)\n./setup.sh\n\n# Run the stdio client (opens a visualization window)\n./examples/stdio_client.py\n```\n\nThis will directly start a Genesis World simulation with visualization using stdio transport.\n\n## Transport Method: stdio\n\nThis server uses **stdio transport** which is required for Genesis World visualization features.\nThe visualization components require a local runtime and cannot work over network transports.\n\n## Setup\n\n### Prerequisites\n\n- Python 3.8+\n- uv package manager (`pip install uv`)\n- npm (optional, for MCP Inspector)\n\n### Installation\n\n#### Linux/macOS\n\n```bash\n# Clone the repository\ngit clone https://github.com/username/genesis-mcp.git\ncd genesis-mcp\n\n# Run the setup script\n./setup.sh\n\n# Activate the virtual environment\nsource .venv/bin/activate\n```\n\n#### Windows\n\n```powershell\n# Clone the repository\ngit clone https://github.com/username/genesis-mcp.git\ncd genesis-mcp\n\n# Run the setup script\nsetup.bat\n\n# Activate the virtual environment\n.venv\\Scripts\\activate.bat\n```\n\n### Manual Installation with uv\n\nIf you prefer to install dependencies manually:\n\n1. Create a virtual environment:\n\n   ```bash\n   uv venv .venv\n   source .venv/bin/activate  # Linux/macOS\n   .venv\\Scripts\\activate.bat  # Windows\n   ```\n\n2. Install dependencies from lock file:\n\n   ```bash\n   uv pip install -r requirements.lock\n   uv pip install -e .\n   uv pip install genesis==0.2.1 --no-deps\n   ```\n\n3. Install MCP Inspector (optional):\n   ```bash\n   npm install -g @modelcontextprotocol/inspector@0.6.0\n   ```\n\n## Running the Server\n\n````bash\n# Run with stdio transport (required for visualization)\n./start.sh\n\n\n### Using with the MCP Inspector\n\nTo use with the MCP Inspector for debugging:\n\n```bash\n# In one terminal, start the inspector\nmcp-inspector\n\n# In another terminal, start the server with stdio transport\npython server.py\n````\n\nConfigure the MCP Inspector with:\n\n- Transport Type: STDIO\n- Command: python\n- Arguments: server.py\n\n## Available Resources\n\n### World Info\n\nGet information about Genesis World features:\n\n```\nworld_info://{name}\n```\n\n## Available Tools\n\n### Run Simulation\n\nRun a Genesis World simulation with provided code and parameters:\n\n```\nrun_simulation\n```\n\n## MCP Client\n\nThe repository includes stdio client for visualization:\n\n```bash\n# Run a simulation with Genesis World visualization\n./examples/stdio_client.py\n```\n\nHappy hacking!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustland%2Fgenesis-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdustland%2Fgenesis-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdustland%2Fgenesis-mcp/lists"}