wiki-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| PORT | No | HTTP port | 8000 |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
| WIKI_PATH | No | Local filesystem path to cache/clone wiki | Current directory |
| AUTH_TOKEN | No | Bearer token required for /mcp endpoints | |
| REMOTE_MODE | No | Set to true or 1 for HTTP mode | false |
| WIKI_GIT_URL | No | Git remote URL to clone if path is empty | |
| WIKI_WEBHOOK_SECRET | No | Secret for verifying GitHub/GitLab webhooks |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_orientationA | Reads SCHEMA.md, index.md, and the last 30 lines of log.md in a single call for instant agent orientation. |
| search_wikiB | Searches content and frontmatter across concepts/, entities/, comparisons/, and queries/. Optionally filters results by taxonomy tag. |
| get_pageA | Returns the content and parsed YAML frontmatter of any page. Accepts direct paths (e.g. 'concepts/transformer.md') or simple slugs ('transformer'). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |