@redairforce/wikijs-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level | INFO |
| WIKIJS_TOKEN | No | JWT API token | |
| WIKIJS_API_URL | Yes | Wiki.js instance URL | |
| REPOSITORY_ROOT | No | Repository root path | ./ |
| WIKIJS_PASSWORD | No | Password (alternative auth) | |
| WIKIJS_USERNAME | No | Username (alternative auth) | |
| DEFAULT_SPACE_NAME | No | Default documentation space | Documentation |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wikijs_detect_contextC | Auto-detect repository and workspace context for current directory |
| wikijs_init_repositoryC | Initialize repository context for Wiki.js documentation |
| wikijs_init_workspaceB | Initialize workspace context for multi-repository documentation |
| wikijs_set_context_modeB | Switch context mode (repository/workspace/architectural) |
| wikijs_get_contextC | Get current context information optimized for Claude consumption |
| wikijs_repository_statusB | Show current repository context and documentation status |
| wikijs_workspace_statusB | Show workspace context with all repositories and their status |
| wikijs_cross_repo_linkC | Create architectural mapping between repositories |
| wikijs_smart_sync_fileC | Intelligently sync file with Wiki.js using context awareness |
| wikijs_connection_statusA | Test the connection to Wiki.js and get basic site information |
| wikijs_get_site_infoB | Get detailed information about the Wiki.js instance |
| wikijs_create_pageC | Create a new page in Wiki.js with markdown content |
| wikijs_update_pageB | Update an existing page in Wiki.js |
| wikijs_get_pageB | Retrieve a page by ID or path |
| wikijs_delete_pageB | Delete a page by ID |
| wikijs_list_pagesB | List pages with pagination |
| wikijs_search_pagesB | Search for pages by text content |
| wikijs_create_nested_pageB | Create a page with hierarchical path structure |
| wikijs_create_repo_structureC | Create a complete repository documentation structure |
| wikijs_bulk_create_pagesB | Create multiple pages in bulk |
| wikijs_sync_file_docsC | Synchronize file content with Wiki.js documentation |
| wikijs_generate_file_overviewC | Generate documentation overview for a code file |
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/redairforce/wikijs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server