Meaning Model for Grok
io.github.emergent-wisdom/meaning-model
General-purpose, revisable process models with application-defined categories. Rust engine required.
client:Grok
transport:stdio
runtime:npm
Install Meaning Model in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"meaning-model": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@emergent-wisdom/meaning-model-mcp"
],
"env": {
"LIFE_SIM_ENGINE_BIN": "<LIFE_SIM_ENGINE_BIN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs