Skip to main content
Glama
COOLFEATHER

LLM Wiki MCP Server

by COOLFEATHER

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CHAT_MODELNoChat model namedeepseek-chat
EMBED_MODELNoEmbedding model nametext-embedding-3-small
EMBED_API_KEYNoEmbedding API key (required when EMBED_PROVIDER=api)
EMBED_API_URLNoEmbedding API URL
EMBED_PROVIDERNoEmbedding mode: api / local / offlocal
OPENAI_API_KEYNoLLM chat API key (needed for ingest and --llm mode)
OPENAI_BASE_URLNoCompatible OpenAI API endpoint, e.g., https://api.deepseek.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ingestA

编译一份原始素材为 Wiki 页(提取概念/建链/标矛盾)。

queryA

混合检索 + 链接扩展,返回相关 Wiki 片段。

write_wikiA

新建一个 Wiki 页(自动生成 frontmatter)。

read_wikiA

读取一个 Wiki 页全文(含 frontmatter)。

rebuild_indexA

全量重建向量 + BM25 索引(从现有 Wiki 页)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/COOLFEATHER/LLMwiki_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server