@haowan36/llm-wiki-mcp
v0.3.2
Published
Read-only MCP server for browsing and querying LLM Wiki projects
Readme
@haowan36/llm-wiki-mcp
Read-only MCP server for browsing and querying LLM Wiki projects.
Usage
Run from a published npm package:
npx -y @haowan36/llm-wiki-mcpPoint the server at a workspace root or a single wiki project:
LLM_WIKI_ROOT=/absolute/path/to/workspace npx -y @haowan36/llm-wiki-mcpEnable semantic or hybrid retrieval with an OpenAI-compatible embeddings endpoint:
LLM_WIKI_ROOT=/absolute/path/to/workspace \
LLM_WIKI_EMBEDDING_ENDPOINT=http://127.0.0.1:11434/v1/embeddings \
LLM_WIKI_EMBEDDING_MODEL=text-embedding-3-small \
LLM_WIKI_EMBEDDING_API_KEY=optional-key \
npx -y @haowan36/llm-wiki-mcpThe server exposes four read-only tools:
llm_wiki_list_projectsllm_wiki_searchllm_wiki_read_pagellm_wiki_get_context
