Wiki Hub
БесплатноНе проверенEnables lexical search over local Markdown wiki folders using SQLite FTS5, with MCP tools for querying and managing wiki indices.
Описание
Enables lexical search over local Markdown wiki folders using SQLite FTS5, with MCP tools for querying and managing wiki indices.
README
wiki-mcp-hub is a lightweight TypeScript MCP search server for repo-local
llm-wiki/ folders.
It is intentionally lexical-only:
- SQLite FTS5 search
- Markdown scanning
- no embeddings
- no reranker
- no LLM dependency
- no API keys
Quick Start
npm install
npm run build
cp config/wikis.example.yaml config/wikis.yaml
Edit config/wikis.yaml, then build the index:
npm run start -- index
Run the HTTP server:
npm run start -- serve --host 127.0.0.1 --port 38894
Search from the CLI:
npm run start -- search "deployment runbook"
Run the MCP stdio server:
npm run start -- mcp
Codex Plugin
This repository is also a Codex plugin root. The plugin files are:
.codex-plugin/plugin.json.mcp.jsonskills/wiki-mcp-hub/SKILL.md
After installing the plugin, Codex can call:
wiki_searchwiki_reindexwiki_list_sourceswiki_health
Configuration
config/wikis.yaml is local/private and ignored by git.
wikis:
- name: project-a
rootPath: /path/to/project-a
indexedSubdirs: [llm-wiki]
global:
indexDir: ./.wiki-index
Missing wiki roots are skipped by default when optional: true is set on a
source.
HTTP API
GET /healthGET /sourcesGET /search?q=...&topK=5POST /index
Privacy
The index is local. Do not commit:
config/wikis.yaml.wiki-index/- real wiki contents
.env
Установка Wiki Hub
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/atototo/wiki-mcp-hubFAQ
Wiki Hub MCP бесплатный?
Да, Wiki Hub MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Wiki Hub?
Нет, Wiki Hub работает без API-ключей и переменных окружения.
Wiki Hub — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Wiki Hub в Claude Desktop, Claude Code или Cursor?
Открой Wiki Hub на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Wiki Hub with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
