th0rn0/mcp-trilium
3.1
If you are the rightful owner of mcp-trilium and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Trilium MCP Server is a Dockerized server implementation using FastMCP and the OpenAPI Specification from Trilium, designed to facilitate communication via Streamable HTTP on port 8080.
Trilium MCP Server
TriliumNote MCP Server using FastMCP and the OpenAPI Spec from Trilium. Wrapped in a Docker container.
MCP Server is exposed via Streamable HTTP on port 8080
Usage
docker build . -t mcp-trilium
docker run -e BASE_URL=https://triliumurl -e AUTH_TOKEN=supersecret -p 8080:8080 -it mcp-trilium