Genesis MCP Server
Servidor Genesis MCP
Un servidor de Protocolo de Contexto de Modelo (MCP) para simulaciones de Genesis World con soporte de visualización.
Inicio rápido
Para comenzar con la visualización de la forma más rápida:
# Run the simplified setup script (only installs what's needed)
./setup.sh
# Run the stdio client (opens a visualization window)
./examples/stdio_client.pyEsto iniciará directamente una simulación de Genesis World con visualización utilizando el transporte stdio.
Related MCP server: TianGong-AI-MCP
Método de transporte: stdio
Este servidor utiliza el transporte stdio , necesario para las funciones de visualización de Genesis World. Los componentes de visualización requieren un entorno de ejecución local y no pueden funcionar con transportes de red.
Configuración
Prerrequisitos
Python 3.8+
Gestor de paquetes uv (
pip install uv)npm (opcional, para MCP Inspector)
Instalación
Linux/macOS
# Clone the repository
git clone https://github.com/username/genesis-mcp.git
cd genesis-mcp
# Run the setup script
./setup.sh
# Activate the virtual environment
source .venv/bin/activateVentanas
# Clone the repository
git clone https://github.com/username/genesis-mcp.git
cd genesis-mcp
# Run the setup script
setup.bat
# Activate the virtual environment
.venv\Scripts\activate.batInstalación manual con uv
Si prefiere instalar las dependencias manualmente:
Crear un entorno virtual:
uv venv .venv source .venv/bin/activate # Linux/macOS .venv\Scripts\activate.bat # WindowsInstalar dependencias desde el archivo de bloqueo:
uv pip install -r requirements.lock uv pip install -e . uv pip install genesis==0.2.1 --no-depsInstalar MCP Inspector (opcional):
npm install -g @modelcontextprotocol/inspector@0.6.0
Ejecución del servidor
# Run with stdio transport (required for visualization)
./start.sh
### Using with the MCP Inspector
To use with the MCP Inspector for debugging:
```bash
# In one terminal, start the inspector
mcp-inspector
# In another terminal, start the server with stdio transport
python server.pyConfigure el Inspector MCP con:
Tipo de transporte: STDIO
Comando: python
Argumentos: server.py
Recursos disponibles
Información mundial
Obtenga información sobre las características de Genesis World:
world_info://{name}Herramientas disponibles
Simulación de ejecución
Ejecute una simulación de Genesis World con el código y los parámetros proporcionados:
run_simulationCliente MCP
El repositorio incluye el cliente stdio para visualización:
# Run a simulation with Genesis World visualization
./examples/stdio_client.py¡Feliz hackeo!
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
Real-time planetary signal engine and Model Context Protocol (MCP) server for autonomous AI agents.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for understanding Javascript internals from ECMAScript specification.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceA generic, modular server for implementing the Model Context Protocol (MCP).8145ISC
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.71MIT
- FlicenseNot gradedqualityDmaintenanceAn educational MCP server that teaches implementing the Model Context Protocol from scratch, enabling AI models to discover and invoke tools via JSON-RPC over stdio.-
- AlicenseNot gradedqualityDmaintenanceA toy MCP server for exploring Model Context Protocol capabilities, including resources, tools, and prompts.Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/lyuai/genesis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server