wiki-mcp-hub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wiki-mcp-hubsearch for deployment runbook"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wiki-mcp-hub
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.yamlEdit config/wikis.yaml, then build the index:
npm run start -- indexRun the HTTP server:
npm run start -- serve --host 127.0.0.1 --port 38894Search from the CLI:
npm run start -- search "deployment runbook"Run the MCP stdio server:
npm run start -- mcpRelated MCP server: WikiStrata
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-indexMissing 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceIndexes documentation sites by base URL and serves keyword search, optional semantic search, and Markdown page retrieval as MCP tools, all from a single SQLite file.Last updated
- AlicenseBqualityDmaintenanceEnables querying and interacting with a Markdown wiki generated from Confluence pages, with search and MCP server for LLM access.Last updated104MIT
- Flicense-qualityCmaintenanceEnables building and querying a local wiki knowledge base from raw source files via MCP tools and a PyQt viewer.Last updated
- AlicenseAqualityAmaintenanceA generic Markdown vault MCP server with FTS5 full-text search, semantic vector search, frontmatter-aware indexing, incremental reindexing, and non-markdown attachment support that exposes search, read, write, and edit tools.Last updated2524MIT
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Local-first RAG engine with MCP server for AI agent integration.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atototo/wiki-mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server