HomeKnowledge & Memory › world-model-mcp

world-model-mcp

Temporal knowledge graph for codebases with constraint enforcement at the edit boundary.

Python Local macOSWindowsLinux
★ 22 stars Last pushed 2026-09-15 License: MIT

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.15.5)

uvx world-model-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "world-model-mcp": {
      "command": "uvx",
      "args": [
        "world-model-mcp"
      ],
      "env": {
        "WORLD_MODEL_DB_PATH": "<YOUR_VALUE>",
        "ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "WORLD_MODEL_EXTRACTION_MODEL": "<YOUR_VALUE>",
        "WORLD_MODEL_REASONING_MODEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WORLD_MODEL_DB_PATH — Database location
  • ANTHROPIC_API_KEY secret — Optional - enables LLM-powered entity extraction
  • WORLD_MODEL_EXTRACTION_MODEL — Model for entity extraction
  • WORLD_MODEL_REASONING_MODEL — Model for complex reasoning

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry