Read and write a self-hosted TriliumNext knowledge base over its ETAPI.
npx @getmcp/cli add io.github.OVDEN13/trilium-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
TRILIUM_URLBase 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_TOKENETAPI token created in Trilium under Options -> ETAPI
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.OVDEN13/trilium-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TRILIUM_URL",
"-e",
"TRILIUM_TOKEN",
"-e",
"TRILIUM_HTTP_TIMEOUT_SECONDS",
"-e",
"TRILIUM_MCP_LOG",
"ghcr.io/ovden13/trilium-mcp:0.1.5"
],
"env": {
"TRILIUM_URL": "",
"TRILIUM_TOKEN": "",
"TRILIUM_HTTP_TIMEOUT_SECONDS": "",
"TRILIUM_MCP_LOG": ""
}
}
}
}@latest documentation and code examples to 9000+ libraries for LLMs and AI code editors in a singl…
First production Authority-MCP. W3C VC attested by Jassverband Schweiz.
Apple Developer Documentation with Semantic Search, RAG, and AI reranking for MCP clients
Up-to-date docs for AI. DEPRECATED: Use io.github.docfork/docfork instead.