mcpbeat Sign in

mwe-mcp — Memory Wiki Engine MCP Server

local only

mwe-mcp — Memory Wiki Engine runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.

Self-hosted multi-user memory for AI agents: a human-readable Markdown wiki with per-fragment ACL.

Installs / week
not published
6
Stars
1 open issues
17 Sep 2026
Last commit
from GitHub
AGPL-3.0
License
Rust

What the code does

We read the source, 22 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.

Runs an external command agents-bridges/_harness/run_smokes.py:92
    proc = subprocess.run(cmd, shell=True, cwd=bridge_dir, env=env)
    proc = subprocess.run(cmd, shell=True, cwd=bridge_dir, env=env)
  exec: (cmd: string) => execSync(cmd, { cwd: FORK, encoding: 'utf-8', stdio: ['ignore', 'pipe', 'pipe'] }),
Dumps the whole environment agents-bridges/_harness/run_smokes.py:90
    env = dict(os.environ, BRIDGE_UPSTREAM_REF=upstream_ref)

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

Alternatives to mwe-mcp — Memory Wiki Engine

same job, measured the same way
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

40 installs/wk local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
Exomem
by artexis10

Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.

7 753 installs/wk local only
Tela
by zcag

Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.

42 installs/wk answering
LLM Wiki MCP
by flsteven87

MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.

66 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Notipo
by kfuras

Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.

13 tools answering
Enquire MCP
by oomkapwn

Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.

517 installs/wk local only

mwe-mcp — Memory Wiki Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for mwe-mcp — Memory Wiki Engine?
mwe-mcp — Memory Wiki Engine runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is mwe-mcp — Memory Wiki Engine open source?
Yes — it is published under the AGPL-3.0 licence, written in Rust, 6 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.