Skip to content
Zed

Meaning Model for Zed

io.github.emergent-wisdom/meaning-model

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

client:Zed transport:stdio runtime:npm

Install Meaning Model in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Meaning Model in other clients