Wiki.js for Windsurf
io.github.ni-c/wikijs-mcp
Search, read and edit Wiki.js pages, and manage its assets, users, groups and comments
client:Windsurf
transport:stdio
runtime:npm
Install Wiki.js in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs