Skip to main content
Glama

wiki-js-mcp

by BehindUAll
example.env•888 B
# Wiki.js MCP Server Configuration # Copy this file to .env and update with your actual values # Docker Database Configuration (for docker.yml) POSTGRES_DB=wikijs POSTGRES_USER=wikijs POSTGRES_PASSWORD=your_secure_password_here # Wiki.js Instance Configuration WIKIJS_API_URL=http://localhost:3000 WIKIJS_TOKEN=eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.your_token_here # Alternative: Username/Password Authentication # WIKIJS_USERNAME=admin@example.com # WIKIJS_PASSWORD=your_password # Local Database Configuration WIKIJS_MCP_DB=./wikijs_mappings.db # Optional: Logging Configuration LOG_LEVEL=INFO LOG_FILE=wikijs_mcp.log # Optional: Repository Context REPOSITORY_ROOT=./ DEFAULT_SPACE_NAME=Documentation # Example values (replace with your actual credentials): # POSTGRES_PASSWORD=MySecurePassword123! # WIKIJS_API_URL=http://localhost:3000 # WIKIJS_TOKEN=your_actual_jwt_token_here

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/BehindUAll/wiki-js-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server