Skip to content
Cursor

Meaning Model for Cursor

io.github.emergent-wisdom/meaning-model

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

client:Cursor transport:stdio runtime:npm

Install Meaning Model in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Meaning Model in other clients