GitHub repo

Replicate the Approach

Use Pixi Wiki as a reusable pattern for turning your own Markdown notes, research, docs, or vault into a human wiki plus agent-readable context layer.

Input
Your Markdown knowledge bases: Obsidian vault folders, project docs, research notes, decision logs, or curated public notes.
Output
A static web wiki, raw Markdown mirrors, llms.txt, llms-full.txt, index.json, and local read-only MCP tools.
Rule
Keep Markdown files canonical. Generated HTML, registries, and MCP access should read from the same source-shaped KB files.

Who this is for

The reusable contract

your-wiki/
├── README.md
├── index.html
├── index.json
├── llms.txt
├── llms-full.txt
├── raw/<kb>/**/*.md
├── wiki/<kb>/**/*.html
└── scripts/pixi_wiki_mcp.py

Port your own knowledge base

Copy this repo

The implementation lives in the public GitHub repo. Start there if you want to copy the shape and adapt it to your own use case.

Open the Pixi Wiki repo →

Recommended adaptation boundary

Publish only what you want public. Keep private voice, preferences, secrets, and sensitive strategy in a local-only KB or private repo, then connect that private KB to your agent client separately.