TriliumNext (trilium-mcp) for Windsurf
io.github.ovden13/trilium-mcp
Read and write a self-hosted TriliumNext knowledge base over its ETAPI.
client:Windsurf
transport:stdio
runtime:oci
Install TriliumNext (trilium-mcp) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"trilium-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "<TRILIUM_URL>",
"TRILIUM_TOKEN": "<TRILIUM_TOKEN>",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "<TRILIUM_HTTP_TIMEOUT_SECONDS>",
"TRILIUM_MCP_LOG": "<TRILIUM_MCP_LOG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs