Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_FILE | No | Log file path | wikijs_mcp.log |
| LOG_LEVEL | No | Logging level | INFO |
| POSTGRES_DB | No | Docker Database Configuration - database name | wikijs |
| POSTGRES_USER | No | Docker Database Configuration - database user | wikijs |
| WIKIJS_MCP_DB | No | Database file path for storing Wiki.js mappings | ./wikijs_mappings.db |
| WIKIJS_API_KEY | No | JWT token from Wiki.js admin panel | |
| WIKIJS_API_URL | No | Wiki.js API URL for connection | http://localhost:3000 |
| REPOSITORY_ROOT | No | Root directory for repositories | ./ |
| WIKIJS_PASSWORD | No | Password for Wiki.js login | |
| WIKIJS_USERNAME | No | Username for Wiki.js login | |
| POSTGRES_PASSWORD | No | Docker Database Configuration - secure password for the database | |
| DEFAULT_SPACE_NAME | No | Default space name for documentation | Documentation |
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 | |