Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | SQLite index path | /app/data/wiki-index.db |
| WIKI_DB_NAME | No | Postgres database name | wikijs |
| WIKI_DB_USER | No | Postgres username | wikijs |
| WIKI_REPO_PATH | No | Path to the wiki markdown files (often required for the MCP server to find content) | /wiki |
| WIKI_CONTENT_DIR | No | Content folder path used for Docker/Bootstrap | ./wiki-content |
| WIKI_DB_PASSWORD | Yes | Postgres password | |
| MCP_AUTH_PASSWORD | No | MCP auth password | |
| MCP_AUTH_USERNAME | No | MCP auth username | |
| WIKI_WRITE_ENABLED | No | Enable wiki.create_page tool | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |