mcpbeat Sign in

World Model MCP Server

local only

World Model MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 451 installs a week from pypi. Last commit 15 Sep 2026.

Temporal knowledge graph for codebases with constraint enforcement at the edit boundary.

Installs per day peak 834 · avg 105 · -71% w/w
a month agotoday
451
Installs / week
pypi · world-model-mcp
22
Stars
1 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a file or shell call record_event.session_id → hooks/src/world-model-session.ts:71, record_correction.session_id → hooks/src/world-model-session.ts:91, seed_project.project_dir → world_model_server/cli.py:295 и ещё 5
    const sessionData = JSON.parse(fs.readFileSync(sessionFile, 'utf-8'));
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.

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 world-model-mcp -- uvx world-model-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "world-model-mcp": {
      "args": [
        "world-model-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.world-model-mcp]
command = "uvx"
args = ["world-model-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "world-model-mcp": {
      "args": [
        "world-model-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "world-model-mcp": {
      "args": [
        "world-model-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WORLD_MODEL_DB_PATH (Database location), ANTHROPIC_API_KEY (Optional - enables LLM-powered entity extraction), WORLD_MODEL_EXTRACTION_MODEL (Model for entity extraction), WORLD_MODEL_REASONING_MODEL (Model for complex reasoning). The author declared them in the registry entry; get the values from the project itself.

Alternatives to World Model MCP

same job, measured the same way
codebase-synapse
by iwiels

Indexes codebase into a local knowledge graph with 40+ AI tools and codebase-guard.

76 installs/wk local only
Hypermnesia MCP Viz
by cdeust

Read-only visualization for Cortex memory, knowledge, sessions, traces, and codebase graphs.

95 installs/wk local only
Meeba Brain
by meemoprasad

Repository knowledge graph MCP server for codebase understanding and debugging.

5 tools answering
Pharaoh
by pharaoh

Codebase knowledge graph — architectural awareness for AI coding agents via MCP

461 installs/wk answering
Memory for AI
by lonelytraderbay

Local codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

234 installs/wk local only
Codebase Memory
by deusdata

Codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

30 453 installs/wk local only
Project Knowledge MCP
by batook22

Cross-project knowledge graph for MCP — map features across mobile, backend, and admin codebases.

34 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only

World Model MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for World Model MCP?
World Model MCP 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 pypi package world-model-mcp was installed 451 times last week.
How do I connect World Model MCP?
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 world-model-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use World Model MCP?
The pypi package world-model-mcp was installed 451 times in the last week. Week over week that is -71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is World Model MCP open source?
Yes — it is published under the MIT licence, written in Python, 22 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.