Skip to main content
Glama
ppetru
by ppetru

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_PORTNoHTTP server port (when using http transport)3000
AUTH_USERNoUsername for TiddlyWiki API requestsmcp-user
OLLAMA_URLNoOllama API URLhttp://localhost:11434
AUTH_HEADERNoHTTP header for authentication (can be any header your TiddlyWiki expects)X-Oidc-Username
OLLAMA_MODELNoEmbedding model namenomic-embed-text
MCP_TRANSPORTNoTransport mode: stdio or httpstdio
TIDDLYWIKI_URLYesURL of your TiddlyWiki server (e.g., http://localhost:8080)
EMBEDDINGS_DB_PATHNoSQLite database path for embeddings./embeddings.db
EMBEDDINGS_ENABLEDNoEnable/disable semantic searchtrue

Tools

Functions exposed to the LLM to take actions

NameDescription
search_tiddlers

Search tiddlers using filter syntax, semantic similarity, or both. Supports filter-based queries (e.g., by tag, date, title), semantic/conceptual search, and hybrid combinations. Returns matching tiddlers with metadata and optionally text content.

update_tiddler

Update an existing tiddler. Shows a diff of changes and requests approval before applying. Preserves metadata like created timestamp. Supports arbitrary custom fields beyond the standard ones (e.g., caption, summary, author, or any TiddlyWiki field).

create_tiddler

Create a new tiddler. Shows a preview and requests approval before creating. Supports arbitrary custom fields beyond the standard ones (e.g., caption, summary, author, or any TiddlyWiki field).

delete_tiddler

Delete a tiddler. Shows current content and requests approval before deleting.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
TiddlyWiki Filter Syntax ReferenceComplete reference documentation for TiddlyWiki filter operators and syntax

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/ppetru/tiddlywiki-mcp'

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