Skip to main content
Glama
sanieni6

obsidian-kb

by sanieni6

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_KB_AUTHORNoDefault author name for git commits. Overrides default_author in config file.
OBSIDIAN_KB_AUTO_PUSHNoWhether to automatically push after write. Overrides auto_push_after_write in config file. Can be 'true' or 'false'.
OBSIDIAN_KB_VAULT_PATHNoAbsolute path to the Obsidian vault directory. Overrides the vault_path in config file.

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
kb_createD
kb_searchD
kb_getD
kb_updateD
kb_listD
kb_deleteD
kb_syncD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.1/5.0

Scored across 7 tools

Disambiguation4/5

The tool names suggest distinct operations: create, get, update, delete for individual notes, list for enumeration, search for querying, and sync for external integration. Some overlap exists between get/list/search, but the verbs indicate different intents.

Naming Consistency5/5

All tools follow the exact pattern kb_<verb>, using the same namespace and consistent verb style. This creates a predictable and easily navigable API.

Tool Count5/5

Seven tools is well-scoped for a knowledge base server, covering CRUD plus search, list, and sync without unnecessary redundancy.

Completeness4/5

The set covers core CRUD, querying, and synchronization for an Obsidian-style knowledge base. Missing advanced operations like move or batch, but the main lifecycle is fully represented.

Maintenance

ActivityInactive
ResponsivenessNo issues