Skip to content
Zed

Wiki.js for Zed

io.github.ni-c/wikijs-mcp

Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments

client:Zed transport:stdio runtime:npm

Install Wiki.js in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "wikijs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/wikijs-mcp"
      ],
      "env": {
        "WIKIJS_URL": "<WIKIJS_URL>",
        "WIKIJS_TOKEN": "<WIKIJS_TOKEN>",
        "WIKIJS_LOCALE": "<WIKIJS_LOCALE>",
        "WIKIJS_READ_ONLY": "<WIKIJS_READ_ONLY>",
        "WIKIJS_ALLOWED_PATHS": "<WIKIJS_ALLOWED_PATHS>",
        "WIKIJS_ALLOW_TOOLS": "<WIKIJS_ALLOW_TOOLS>",
        "WIKIJS_DENY_TOOLS": "<WIKIJS_DENY_TOOLS>",
        "WIKIJS_INSECURE_TLS": "<WIKIJS_INSECURE_TLS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Wiki.js in other clients