Skip to content
Windsurf

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

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

{
  "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

TriliumNext (trilium-mcp) in other clients