llm-wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| init_wikiC | Initialize a minimal Karpathy-style LLM Wiki structure without overwriting by default. |
| inspect_wikiC | Inspect whether a directory has the minimal llm-wiki structure. |
| search_wikiC | Search llm-wiki formal pages and/or raw sources with wiki metadata. |
| read_pageC | Read a formal llm-wiki page and return wiki metadata. |
| read_raw_sourceC | Read an evidence-preserving raw source under raw/. |
| create_raw_sourceA | Create a new raw source under raw/. Existing files are never overwritten. |
| append_logB | Append a structured entry to log.md and trim old entries to retention. |
| compile_pageC | Compile a raw source into a persisted formal page Candidate. |
| create_update_candidateC | Generate a persisted update Candidate for an existing formal page. |
| apply_candidateC | Apply an approved Candidate bundle atomically. |
| run_lintC | Run wiki lint and return structured lint results. |
| knowledge_health_reviewC | Summarize wiki health across lint, sources, duplicates, stale pages, and confidence. |
| write_public_draftC | Render a public-site markdown draft candidate without publishing it. |
| validate_public_safetyC | Validate public-site candidate content for sensitive material. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/jaronlu/llm-wiki-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server