Skip to main content
Glama

Genesis MCP Server

by dustland
# Simple example from Genesis World documentation import genesis as gs gs.init(backend=gs.gpu) scene = gs.Scene(show_viewer=True) plane = scene.add_entity(gs.morphs.Plane()) franka = scene.add_entity( gs.morphs.MJCF(file='xml/franka_emika_panda/panda.xml'), ) scene.build() for i in range(1000): scene.step() # Return the final results result = { "steps": 1000, "final_position": franka.position, "status": "complete" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dustland/genesis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server