Loading MCP server directory, please wait...
Progressively construct worlds, concepts, and stories. Requires an explicitly built Rust engine.
npx @getmcp/cli add io.github.emergent-wisdom/meaning-modelRequires Node.js 18+. Community-contributed server. Review source before installing.
LIFE_SIM_ENGINE_BINAbsolute path to the compatible life-sim-engine executable. First install this npm version and run meaning-model-mcp --build-engine with Cargo and native build tools; see the installation guide.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.emergent-wisdom/meaning-model": {
"command": "npx",
"args": [
"--yes",
"-y",
"@emergent-wisdom/meaning-model-mcp"
],
"env": {
"LIFE_SIM_ENGINE_BIN": ""
}
}
}
}