Memoweft MCP Server

MemoWeft is an open-source long-term memory engine for TypeScript AI applications. It keeps what users said, what systems observed, what models inferred, and what remains conflicted as distinct records - so memory can be inspected, corrected, managed, and moved between hosts in SQLite controlled by your application. It runs locally over stdio via the published package.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 4 · #92 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Memoweft

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add memoweft-memoweft -- npx -y @memoweft/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "memoweft-memoweft": {
      "command": "npx",
      "args": [
        "-y",
        "@memoweft/mcp-server"
      ]
    }
  }
}

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

repo age created 2026-07-01 - young repo, little track record yet

license MIT - declared in the repository

npm package @memoweft/mcp-server - published under the repo owner's npm scope (@memoweft)

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

03 · What Memoweft can do

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

Latest releases

v1.0.0 · 2026-08-06

MemoWeft v1.0.0 · MemoWeft 1.0 is the first stable release of the TypeScript Core. · Stable 1.x contract · The supported createMemoWeftCore() facade, public memory contract, portable bundle format, and stable export…

v0.7.0 · 2026-07-25

MemoWeft v0.7.0 · Added · A5 contradiction guard - opt-in via createMemoWeftCore({ contradictionGuard: true }) (default off). A similarity-plus-polarity backstop that stops semantically opposite profiles from silently…

v0.6.0 · 2026-07-20

MemoWeft 0.6.0 teaches the library what short replies actually assert, ships a Python package verified against the same rule fixtures as TypeScript, and grows the integration family to six frameworks. · Highlights…

04 · Who maintains Memoweft

memoweft is maintained by memoweft. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
memory - ranked #92 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-08-06)
registry
io.github.memoweft/memoweft (active, first published 2026-07-06 · 2 versions)
packages
npm:@memoweft/mcp-server

06 · Memoweft FAQ

What is Memoweft?

MemoWeft is an open-source long-term memory engine for TypeScript AI applications. It keeps what users said, what systems observed, what models inferred, and what remains conflicted as distinct records - so memory can be inspected, corrected, managed, and moved between hosts in SQLite controlled by your application. It runs locally over stdio via the published package.

Is Memoweft still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Memoweft?

Run `npx -y @memoweft/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Memoweft run locally?

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

07 · Alternatives to Memoweft

Pairs well with

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

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Memphora · N Memory · Hot Memory MCP · Linksee Memory · Memory Vault

More TypeScript MCP servers · Pipepost · Meta MCP · Avalanche · Metrillm · Metrxbots MCP Server · see all