Llm Wiki

data-ai MCP Server

Git-backed wiki engine with MCP server — build knowledge that compounds

VerifiedFresh
data-aidata-ai
11 views37 stars9 forksApache-2.0

Why This Matters

Discovered via github-topic:mcp and last synced Today.

VerifiedFresh
Source
github-topic:mcp
Stars
37
Last synced
Today
Install
Check source

Install

Install instructions not detected yet

Check the source repository for the latest setup steps.

View source instructions
54
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (54)

Windows

`llmwiki schedule --platform windows`

Agent

Adapter

Version

Focus

File

What it's for

Tool

What it does

What

Where

Milestone

Focus

OS

Auto-generate

Linux

`llmwiki schedule --platform linux`

Goal

Read

secret

token

macOS

`llmwiki schedule --platform macos`

Graph

[petgraph](https://crates.io/crates/petgraph) — typed DiGraph

Repository

Description

Cross-references

Ad hoc or missed

None

Git history per page

Search

[tantivy](https://crates.io/crates/tantivy) — BM25, Lucene-class performance

Component

Technology

Git

[git2](https://crates.io/crates/git2) — libgit2 bindings

ACP

[agent-client-protocol](https://crates.io/crates/agent-client-protocol)

MCP

[rmcp](https://crates.io/crates/rmcp) — stdio + Streamable HTTP

Prompt

What runs

wiki_search

BM25 full-text search across one or all wikis, with type/status/tag facets

wiki_content_read

Read a page with optional backlinks

wiki_content_write

Write a page (validates frontmatter against type schema)

wiki_content_new

Scaffold a new page; returns local `path` for direct writes

wiki_resolve

Resolve a slug or `wiki://` URI to its local filesystem path

wiki_ingest

Validate a path, update the index, commit to git

wiki_graph

Typed concept graph — Mermaid, DOT, LLM-readable, or `summary` (aggregate metrics + community stats, no render)

wiki_suggest

Find pages worth linking by tag overlap, graph distance, BM25 similarity

wiki_stats

Wiki health: page counts, type distribution, staleness, graph density; `detail: "full"` adds community centre slugs

wiki_lint

Deterministic quality rules: orphans, broken links, missing fields, stale pages; scalable via `summary`, `path_prefix`, `page_size`, `cursor`

wiki_history

Git commit history for a page, with rename following

wiki_schema

Show, validate, or template a type schema

Skill

What it does

crystallize

Distil a session into durable wiki pages — decisions, findings, open questions

ingest

Process source files from `inbox/` into synthesized, cross-referenced pages

research

Search the wiki and synthesize an answer from existing knowledge

lint

Structural audit — orphans, broken links, schema issues; uses `summary: true` first for large wikis

graph

Explore and interpret the concept graph

Project

Roadmap

wiki_export

Write full wiki to `llms.txt`, `llms-full`, or JSON — JSON includes custom frontmatter fields per page

wiki_info

Server metadata: version, config path, registered spaces, default wiki, index status

wiki_config

Read or update config values without editing `config.toml` directly

wiki_content_commit

Stage and commit specific pages or all pending changes to git

wiki_index_rebuild

Rebuild the tantivy index for a wiki space

wiki_index_status

Check whether the index is up to date

wiki_spaces_create

Create a new wiki space at a given path

wiki_spaces_register

Register an existing wiki directory as a space

wiki_spaces_list

List all registered spaces with status

wiki_spaces_remove

Remove a registered space (does not delete files)

wiki_spaces_set_default

Set the default wiki for tool calls that omit a wiki name

migrate

Clean up built-in schema copies left by the old copy-on-create model; runs `wiki migrate --all`

wiki_list

Paginated page listing with filters; `format: "llms"` for LLM-readable output