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
{
"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