mcpbeat Sign in

LLM Wiki MCP Server

by flsteven87 Your server? Claim it
local only

LLM Wiki MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 8 Apr 2026.

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

Installs per day peak 22 · avg 10 · -18% w/w
a month agotoday
66
Installs / week
pypi · llm-wiki-mcp
1
Stars
0 open issues
8 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check LLM Wiki MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to LLM Wiki MCP

same job, measured the same way
Agent Wiki
by getagentwiki

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

answering
Enquire MCP
by oomkapwn

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

517 installs/wk local only
Factsets MCP Server
by joshua-auchincloss

An MCP server that provides a local, persistent, self-maintaining knowledge base for AI agents

41 installs/wk local only
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
Wikipedia Trends MCP
by trendsmcp

Wikipedia page views over time, with growth for any article topic. Free key at trendsmcp.ai

4 tools answering
kObsidian
by bezata

Filesystem-first MCP for Obsidian — an LLM-maintained wiki inspired by Karpathy's LLM Wiki.

135 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
poe-data-mcp - Path of Exile game data
by charleslucas

MCP server for Path of Exile game data: wiki, economy, and Craft of Exile lookups

57 installs/wk local only

LLM Wiki MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for LLM Wiki MCP?
LLM Wiki MCP 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 pypi package llm-wiki-mcp was installed 66 times last week.
How do I connect LLM Wiki MCP?
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 llm-wiki-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use LLM Wiki MCP?
The pypi package llm-wiki-mcp was installed 66 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is LLM Wiki MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.