mcp-wiki
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| WIKI_PATH | Yes | Path to your wiki source (file or directory) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_wikiA | List all available wiki section keys. Use browse_wiki instead for topic-filtered results. |
| browse_wikiA | Browse wiki sections by topic/parent. Returns section keys and titles without full content. Use this to discover relevant sections before fetching content. |
| search_wikiA | Search wiki section titles and content by keyword. Returns matching section keys with snippets. Header matches are prioritized over content matches. |
| get_wiki_sectionA | Retrieve markdown content of a wiki section. Defaults to 8000 chars to save tokens. Set limit higher or use offset to read the full section. |
| get_wiki_sectionsA | Retrieve multiple wiki sections at once. Each section is truncated to save tokens. |
| get_wiki_infoA | Get metadata about the connected wiki instance — path, mode (file/directory), and section count. |
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
- 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/jommar/mcp-wiki'
If you have feedback or need assistance with the MCP directory API, please join our Discord server