Skip to main content
Glama
mursilsayed

trilium-bolt

by mursilsayed

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRILIUM_URLNoTrilium server URLhttp://localhost:37840
TRILIUM_TOKENYesYour ETAPI token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_notesB

Search for notes in Trilium using full-text search or attribute queries

get_noteA

Get a note by ID, including its content and metadata. Text note content is returned as markdown for easier reading and processing.

get_note_treeA

Get the children/hierarchy of a note

create_noteA

Create a new note in Trilium. Content can be provided as markdown (default) or HTML via the contentFormat parameter.

update_noteA

Update a note's title and/or content. Content can be provided as markdown (default) or HTML via the contentFormat parameter.

patch_noteA

Find-and-replace a piece of a note's content without resending the whole note. Rejects the call if "search" matches zero or more than one location, unless "occurrence" is given to disambiguate.

delete_noteB

Delete a note from Trilium

delete_attributeA

Delete an attribute (label or relation) from a note by name

create_backupA

Create a backup of the Trilium database

create_revisionB

Create a revision snapshot of a note's current content

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mursilsayed/trilium-bolt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server