Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOGSEQ_API_HOSTNoLogseq API host (default: localhost)localhost
LOGSEQ_API_PORTNoLogseq API port (default: 12315)12315
LOGSEQ_MCP_DEBUGNoEnable console output (set to 'true' to enable, default: false)false
LOGSEQ_MCP_LOG_FILENoCustom log file path (optional)
LOGSEQ_MCP_LOG_MODENoLogging mode: privacy, debug, minimal (default: privacy)privacy
LOGSEQ_MCP_LOG_LEVELNoLog level: DEBUG, INFO, WARNING, ERROR (default: INFO)INFO
LOGSEQ_MCP_TRANSPORTNoTransport mode: stdio or sse (default: stdio)stdio
LOGSEQ_DELETE_ENABLEDNoEnable delete_block tool (set to 'true' to enable, default: false)false
LOGSEQ_MCP_LOG_MAX_SIZENoMax log file size before rotation (default: 10MB)10MB
LOGSEQ_MCP_PROJECT_ROOTNoAbsolute path to the project directory for log storage
LOGSEQ_MCP_LOG_RETENTION_DAYSNoDays to keep logs before automatic deletion (optional)

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": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_blockB

Create a new block in Logseq

update_blockB

Update an existing block in Logseq

create_pageB

Create a new page in Logseq

get_all_pagesB

Get all pages in the current Logseq graph

get_pageC

Get a page from Logseq by name

get_journal_pageA

Get a journal page by date. Automatically converts the date to Logseq's journal format.

search_pagesC

Search for pages in Logseq

execute_queryB

Execute a Datalog query in Logseq

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct operation: page retrieval, page creation, block creation/update, journal fetching, search, and querying. The only potentially related tools are get_page, get_all_pages, and search_pages, but their purposes are clearly differentiated by exact-match retrieval, full listing, and search.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case, such as create_block, get_page, search_pages, and execute_query. The naming convention is uniform and predictable throughout the entire set.

Tool Count5/5

Eight tools is well-scoped for a Logseq MCP server, covering page management, block manipulation, search, and querying without unnecessary bloat. Each tool has a clear role in the surface.

Completeness3/5

The server covers creation and reading for pages and creation/update for blocks, but missing operations like page update/delete, block delete, or block retrieval create notable gaps. Agents can work around some of these via execute_query, but lifecycle coverage is incomplete.

Maintenance

ActivityInactive
ResponsivenessNo issues