world_forge

mehdiskouri/world_forge
★ 0 stars Python 🤖 AI/LLM Updated today
Agent-native worldbuilding MCP server (Forge v1)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "world_forge": {
      "command": "uvx",
      "args": [
        "world-forge"
      ]
    }
  }
}

Or install with pip: pip install world-forge

README Excerpt

> Agent-native worldbuilding format and toolchain delivered as an MCP server. > Pure-deterministic Python core, Blender 5.0 realizer, multi-layer hypergraph > as project memory. See [`AGENT/PRD.md`](AGENT/PRD.md) for the v1 thesis and > [`AGENT/ARCHITECTURE.md`](AGENT/ARCHITECTURE.md) for the system design.