Skip to main content
Glama
jmjava
by jmjava

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OBSIDIAN_VAULT_PATHYesPath to the local Obsidian vault directory (required).
OBSIDIAN_MEMORY_ROOTNoFolder name inside the vault where memory is stored. Defaults to 'AI Memory'.AI Memory

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
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_project_contextA

Retrieve concise durable memory before substantial work.

Reads Project State.md plus the newest session and decision notes. Returns empty sections when the project is new. Never returns the entire vault.

capture_work_sessionA

Capture meaningful work performed during a coding session.

Appends a timestamped section to that day's session note. When repository_path is a Git repo, records branch, short SHA, and dirty state. Never persist secrets or full diffs.

record_decisionA

Store a durable architecture or engineering decision.

Creates YYYY-MM-DD-.md. If that file already exists, a numeric suffix is added instead of overwriting.

update_project_stateA

Replace the concise durable Project State.md for a project.

This is current state, not a session log. Omit empty sections.

search_memoryB

Search project state, sessions, and decisions with local text matching.

read_noteA

Read one Markdown note inside the configured Obsidian vault.

The path must stay inside OBSIDIAN_VAULT_PATH. Absolute paths and traversal such as ../ are rejected.

append_daily_noteB

Append an item to Daily/YYYY-MM-DD.md without overwriting existing text.

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/jmjava/obsidian-mcp'

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