Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VAULT_PATHYesThe absolute or relative path to the Obsidian vault to be accessed by the server.
OBSIDIAN_ADDRNoEnvironment variable or flag (--http) to run as an HTTP server on the specified address (e.g., :8080).
ALLOWED_VAULTSNoComma-separated list of vault aliases defined via 'obx vault add' that the agent is permitted to switch to.
DISABLED_TOOLSNoComma-separated list of tool groups to blacklist (e.g., 'manage-folders,bulk-operations').
ALLOW_VAULT_SWITCHINGNoWhether to allow the AI assistant to switch the active vault dynamically via the MCP protocol.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze-vault

Unified analytical tool to get vault stats, detect broken links, orphans, stubs, and outdated notes

bulk-operations

Unified bulk operational tool for tagging, moving, and updating frontmatter across multiple notes

edit-note

Unified tool for targeted text edits, section replacements, and batch edits

manage-canvas

Unified tool for reading, creating, and interacting with Canvas notes

manage-folders

Unified tool for listing, creating, and deleting folders

manage-frontmatter

Unified tool for manipulating note frontmatter properties, tags, aliases, and inline fields

manage-links

Unified tool covering backlinks, forward-links, and AI link suggestions for notes

manage-mocs

Unified tool to discover and generate Maps of Content (MOCs) and folder indices

manage-notes

Unified tool for listing, reading, writing, moving, deleting, renaming, and appending to notes

manage-periodic-notes

Unified tool for getting, creating, and listing daily, weekly, monthly, and yearly periodic notes

manage-tasks

Unified tool for finding, toggling, and completing checkbox tasks across the vault

manage-templates

Unified tool for listing, retrieving, and applying markdown templates

read-batch

Unified tool for reading batches of notes, specific headings, sections, or generated summaries

refactor-notes

Unified tool for structural note refactoring: split notes by heading, merge multiple notes, and extract sections to new notes

search-vault

Unified search tool spanning text query, advanced block search, regex, dates, tags, inline-fields, and frontmatter queries

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/zach-snell/obx'

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