一键导入
mcp-server
MCP server configuration to connect hermes-agent to the Genesis World Master API — enables autonomous world orchestration through hermes-agent tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
MCP server configuration to connect hermes-agent to the Genesis World Master API — enables autonomous world orchestration through hermes-agent tools
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn an autonomous Hermes Genesis world into a self-writing wikipedia. Long-form articles, era-by-era linguistic drift, audience-contributed canon, all from a single seed.
Chat with any character in a living world — responses shaped by their genome, faction loyalty, personal history, and current mood
Export a living world's history as a publishable chronicle, TTRPG campaign kit, or GM session prep document
Create a living world from a single sentence — AI generates geography, factions, characters with DNA, and prophecies
Autonomous World Master agent that governs a living fantasy world — observes state, reasons about narrative arcs, and takes actions (simulate, intervene, focus) to create emergent stories
Autonomous World Master agent that runs living worlds independently
| name | mcp-server |
| description | MCP server configuration to connect hermes-agent to the Genesis World Master API — enables autonomous world orchestration through hermes-agent tools |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["mcp","integration","tools"],"category":"integration"}} |
When configuring hermes-agent to orchestrate Hermes Genesis worlds through its native tool system. This MCP server exposes world creation, simulation, intervention, chat, and export as hermes-agent tools.
cd hermes-genesis
docker compose up -d
# Or manually: cd backend && uvicorn main:app --port 8003
Add to ~/.hermes/config.yaml:
mcp_servers:
genesis:
command: "node"
args: ["path/to/hermes-genesis/mcp-bridge/server.mjs"]
env:
GENESIS_API_URL: "http://localhost:8003"
Or for a remote server:
mcp_servers:
genesis:
command: "node"
args: ["path/to/hermes-genesis/mcp-bridge/server.mjs"]
env:
GENESIS_API_URL: "http://75.119.153.252:8003"
hermes tools # Should show genesis_* tools
| Tool | Description |
|---|---|
genesis_create_world | Generate a world from a seed sentence |
genesis_get_world | Read full world state |
genesis_simulate | Run one simulation tick |
genesis_intervene | Execute a divine intervention |
genesis_agent_start | Start autonomous World Master |
genesis_agent_stop | Stop autonomous World Master |
genesis_agent_status | Check agent status and logs |
genesis_chat | Chat with a character |
genesis_council | Hold a faction council debate |
genesis_chronicle | Export world history |
hermes tools lists genesis_* toolshermes chat "Create a world about Viking raiders" triggers genesis_create_world