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.
We read the source, 22 h ago · rules 3dff92dd89df
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.
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'] }),
const inputs = inputsFromEnv(fs.readFileSync(path.join(FORK, skillDir, 'SKILL.md'), 'utf-8'));
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.
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.
Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth
Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.
Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.
Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.
MCP server for Karpathy-style LLM wikis: persistent markdown your agent grows over time.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Publish to self-hosted WordPress from AI agents: markdown, images, SEO, and Notion sync.
Long-term memory for AI agents — your Obsidian vault as searchable persistent memory.
Answers built from our own checks of this server.