Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

LLM Wiki — Local Research Wiki via MCP

LLM Wiki turns a local folder into a Markdown wiki + SQLite index, then lets Claude connect over MCP to read sources and keep pages/citations updated.

Prêt pour agents

Staging sûr pour cet actif

Cet actif est d'abord staged. Le prompt copié demande à l'agent d'inspecter les fichiers staged avant d'activer scripts, config MCP ou config globale.

Stage only · 17/100Policy : staging
Surface agent
Tout agent MCP/CLI
Type
Mcp Config
Installation
Stage only
Confiance
Confiance : Established
Point d'entrée
Asset
Commande de staging sûr
npx -y tokrepo@latest install 3c46701d-061a-5738-99b7-7605a825959a --target codex

Stage les fichiers d'abord; l'activation exige la revue du README et du plan staged.

Introduction

LLM Wiki turns a local folder into a Markdown wiki + SQLite index, then lets Claude connect over MCP to read sources and keep pages/citations updated.

  • Best for: researchers who want a local, reviewable wiki that compounds over time instead of one-off summaries
  • Works with: Python 3.11+ + Node.js 20+; local web UI; Claude via MCP; filesystem-first storage
  • Setup time: 20–45 minutes

Practical Notes

  • Quant: the quick start calls out Python 3.11+ and Node.js 20+ as requirements.
  • Quant: the default local ports are :3000 (web) and :8000 (API), with a local SQLite index under .llmwiki/.

Main

A safe operating loop:

  1. Keep sources immutable: point LLM Wiki at your research folder; it writes only to wiki/ and .llmwiki/.
  2. Ask for diffs: have Claude propose page edits and review them like code (git diff, PRs).
  3. Scope by workspace: one folder = one MCP entry, so cross-project access stays explicit.

If you want richer PDF extraction, the README suggests optional OCR upgrades; start with the default local stack first.

FAQ

Q: Does it move my files? A: No—README says source files stay where they are; it adds wiki/ + .llmwiki/.

Q: Can I run it without cloud services? A: Yes—local indexing and storage are the default; basic usage needs no API keys.

Q: How do I connect Claude? A: Run ./llmwiki mcp-config <folder> and paste the JSON snippet into your Claude config.

🙏

Source et remerciements

Source: https://github.com/lucasastorian/llmwiki > License: Apache-2.0 > GitHub stars: 873 · forks: 136

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires