mcpbeat Sign in

Wikimoth MCP Server

by juliangeymonat-jpg Your server? Claim it
local only

Wikimoth runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 4 Jul 2026.

Deterministic, token-minimal agent memory: multi-hop [[wikilink]] recall with no LLM in the loop.

Installs per day peak 349 · avg 20 · -26% w/w
a month agotoday
66
Installs / week
npm · wikimoth-mcp
8
Stars
1 open issues
4 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

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

Builds a file path from a variable npm/bin.js:74
        const candidate = path.join(dir, cmd + ext);
Runs an external command npm/ci-smoke.js:21
const child = spawn(process.execPath, [bin], { env, stdio: ['pipe', 'pipe', 'inherit'] });
    env = dict(os.environ)

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

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

This one needs environment variables set before it will start: WIKIMOTH_VAULT (Absolute path to the [[wikilink]] markdown vault to serve.), WIKIMOTH_PYTHON (Optional: pin the exact Python interpreter that has wikimoth installed.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wikimoth

same job, measured the same way
Canon (wallstreet.wiki)
by wallstreet

Finance canon lookup plus 30 deterministic formulas, each with a verifiable receipt.

13 tools answering
mwe-mcp — Memory Wiki Engine
by fr4nz82

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

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
Ariel Memory
by cipher208

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

40 installs/wk local only
IWE
by iwe-org

Markdown knowledge base as agent memory. Runs against the notes directory it is started in.

147 installs/wk local only
Brains
by spacecowboyian

Personal wiki and memory for AI assistants: store, search, and recall structured notes.

1 923 installs/wk local only
Agent Module
by agent-module

Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.

7 tools answering
Better Notion
by ai-aviate

Operate Notion with a single Markdown document — read, create, and update pages in one call.

33 installs/wk local only

Wikimoth — questions

Answers built from our own checks of this server.

Why is there no uptime for Wikimoth?
Wikimoth 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 npm package wikimoth-mcp was installed 66 times last week.
How do I connect Wikimoth?
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 wikimoth-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wikimoth?
The npm package wikimoth-mcp was installed 66 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Wikimoth open source?
Yes — it is published under the Apache-2.0 licence, written in Python, 8 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.