← Index

TriliumNext (trilium-mcp)

io.github.OVDEN13/trilium-mcp·v0.1.5·Memory & RAG
Quality Score
85
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "trilium-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ovden13/trilium-mcp:0.1.5"
      ],
      "env": {
        "TRILIUM_URL": "<trilium_url>",
        "TRILIUM_TOKEN": "<your-trilium_token>",
        "TRILIUM_HTTP_TIMEOUT_SECONDS": "<trilium_http_timeout_seconds>",
        "TRILIUM_MCP_LOG": "<trilium_mcp_log>"
      }
    }
  }
}
§02  Environment variables
TRILIUM_URL
required

Base URL of the Trilium ETAPI. Comma-separated for failover: fast LAN first, public fallback (e.g. http://192.168.0.10:8092,https://memo.example.com).

TRILIUM_TOKEN
requiredsecret

ETAPI token created in Trilium under Options -> ETAPI

TRILIUM_HTTP_TIMEOUT_SECONDS

Per-request HTTP timeout in seconds (default 30)

TRILIUM_MCP_LOG

Tool-call log level on stderr: off / info (default) / debug

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG