
Yesitsfebreeze
- Updated July 9, 2026
- yesitsfebreeze/wiki
yesitsfebreeze is a Claude Code marketplace distributing wiki, a Rust MCP server that maintains a persistent Obsidian-style .wiki/ knowledge base per project. Developers reach for it when agents keep re-reading the same files, re-deriving conclusions, and burning tokens on recurring questions. Ingest documents once via ingest_thought and ingest_entity; OpenAI embeddings classify purpose tags, chunk multi-topic content, and index full text in Tantivy.
Key points
- 13 batch MCP tools: ingest, search, get, learn_pass, code index
- OpenAI embedding purpose classification into .wiki/purposes/ buckets
- Hybrid smart, fts, tag, and qa search modes via Tantivy index
- learn_pass promotes conclusions when support_promote_floor evidence accumulates
- WASM language modules for per-function code body indexing
Yesitsfebreeze by the numbers
- Data as of Jul 10, 2026 (Skillselion catalog sync)
/plugin marketplace add yesitsfebreeze/wikiAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| Last updated | July 9, 2026 |
|---|---|
| Repository | yesitsfebreeze/wiki ↗ |
What it does
Ingest docs into .wiki/ graph vault and query via 13 batch MCP tools with hybrid search, learn_pass, and code indexing.