Skip to content
Cline

TriliumNext (trilium-mcp) for Cline

io.github.ovden13/trilium-mcp

Read and write a self-hosted TriliumNext knowledge base over its ETAPI.

client:Cline transport:stdio runtime:oci

Install TriliumNext (trilium-mcp) in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TriliumNext (trilium-mcp) in other clients