World Model MCP

Persistent memory + optional signed audit for AI coding agents. world-model-mcp ships a local SQLite knowledge graph your agent queries every turn: hallucinations become verifiable, corrections stick across sessions, and regressions get caught before they land. Flip on the audit chain and every event is signed with FIPS 205 hybrid Ed25519 + SLH-DSA, verifiable offline forever. MIT-licensed, runs entirely local…

People who work with ai coding, knowledge graph and context graphs and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 22 · #54 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install World Model MCP

before you install - you'll need

Set WORLD_MODEL_AUDIT_LOG before connecting.

Claude Code

claude mcp add saravananjaichandar-world-model-mcp -- uvx world-model-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "saravananjaichandar-world-model-mcp": {
      "command": "uvx",
      "args": [
        "world-model-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package world-model-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.SaravananJaichandar is GitHub-verified and matches the repo owner

03 · What World Model MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.15.8 · 2026-08-14

v0.15.7 · 2026-08-14

v0.15.6 · 2026-08-14

04 · Who maintains World Model MCP

world-model-mcp is maintained by saravananjaichandar. We track 2 MCP servers from saravananjaichandar - 2 actively maintained, 22 combined GitHub stars, oldest repo from Jan 2026.

05 · Facts

category
memory - ranked #54 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-08-14)
registry
io.github.SaravananJaichandar/world-model-mcp (active, first published 2026-05-05 · 28 versions)
packages
pypi:world-model-mcp

06 · World Model MCP FAQ

What is World Model MCP?

Persistent memory + optional signed audit for AI coding agents. world-model-mcp ships a local SQLite knowledge graph your agent queries every turn: hallucinations become verifiable, corrections stick across sessions, and regressions get caught before they land. Flip on the audit chain and every event is signed with FIPS 205 hybrid Ed25519 + SLH-DSA, verifiable offline forever. MIT-licensed, runs entirely local…

Is World Model MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install World Model MCP?

Run `uvx world-model-mcp`. The README documents one environment variable (WORLD_MODEL_AUDIT_LOG) to set first. Set WORLD_MODEL_AUDIT_LOG before connecting. You can also paste the ready-made client config above.

Does World Model MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to World Model MCP

Pairs well with

Servers that cover what World Model MCP doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135

More memory MCP servers · Perenna · Filamental · Clude · Alaya MCP · Reelier

More Python MCP servers · Steam (read-only) · GIMP Agent MCP · Personal Finance · SAS Viya · Sassy MCP · see all