mcpbeat Sign in

Meaning Model MCP Server

local only

Meaning Model runs on your own machine — the client starts it, so there is no endpoint to ping. 257 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 283 · avg 22 · -28% w/w
a month agotoday
257
Installs / week
npm · @emergent-wisdom/meaning-model-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] mcp-server/src/server.mjs:1
этот файл ставится пользователю, но в репозитории его нет
      child = spawn(this.command, this.arguments, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add meaning-model -- npx -y @emergent-wisdom/meaning-model-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "meaning-model": {
      "args": [
        "-y",
        "@emergent-wisdom/meaning-model-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.meaning-model]
command = "npx"
args = ["-y", "@emergent-wisdom/meaning-model-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "meaning-model": {
      "args": [
        "-y",
        "@emergent-wisdom/meaning-model-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "meaning-model": {
      "args": [
        "-y",
        "@emergent-wisdom/meaning-model-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LIFE_SIM_ENGINE_BIN (Absolute path to the matching life-sim-engine executable. Install this npm version and run meaning-model-mcp --install-engine for a supported release, or --build-engine with Cargo; see the installation guide.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Meaning Model

same job, measured the same way
Metamodel
by joegra2003

AI-callable calculators and engineering models with real formulas. No hallucinated math.

31 installs/wk 4 tools answering
Nano Banana 2 MCP
by rocnubie

Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick

local only
Normhyra
by normhyra

Swedish normhyra calculation engine: convert rents, process rent rolls, generate PDF reports.

5 tools answering
Soma
by medianemi-beep

Execution-verified code generation and verification with signed, offline-checkable certificates.

29 installs/wk local only
Model Card Lint Gpai
by jmshinhwa

Lints a Hugging Face model card against the Hub metadata spec and the EU AI Act general-purpose AI d

275 installs/wk local only
Tuning Engines - Governed AI Runtime
by cerebrixos-org

Govern model, agent, skill, and MCP workflows with policy, approvals, traces, and usage analytics.

local only
ColoringBookify
by coloringbookify

Create coloring pages and books. OAuth + Business plan required; AI generation uses credits.

answering
I
Vettly
by code-with-brian

Content moderation for AI applications. Moderate text, images, and video with configurable policies.

local only

Meaning Model — questions

Answers built from our own checks of this server.

Why is there no uptime for Meaning Model?
Meaning Model runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @emergent-wisdom/meaning-model-mcp was installed 257 times last week.
How do I connect Meaning Model?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @emergent-wisdom/meaning-model-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Meaning Model?
The npm package @emergent-wisdom/meaning-model-mcp was installed 257 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Meaning Model open source?
Yes — it is published under the MIT licence, written in Rust and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.