Skip to content
Claude Desktop

Meaning Model for Claude Desktop

io.github.emergent-wisdom/meaning-model

General-purpose, revisable process models with application-defined categories. Rust engine required.

client:Claude Desktop transport:stdio runtime:npm

Install Meaning Model in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "meaning-model": {
      "command": "npx",
      "args": [
        "-y",
        "@emergent-wisdom/meaning-model-mcp"
      ],
      "env": {
        "LIFE_SIM_ENGINE_BIN": "<LIFE_SIM_ENGINE_BIN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Meaning Model in other clients