obx
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAULT_PATH | Yes | The absolute or relative path to the Obsidian vault to be accessed by the server. | |
| OBSIDIAN_ADDR | No | Environment variable or flag (--http) to run as an HTTP server on the specified address (e.g., :8080). | |
| ALLOWED_VAULTS | No | Comma-separated list of vault aliases defined via 'obx vault add' that the agent is permitted to switch to. | |
| DISABLED_TOOLS | No | Comma-separated list of tool groups to blacklist (e.g., 'manage-folders,bulk-operations'). | |
| ALLOW_VAULT_SWITCHING | No | Whether to allow the AI assistant to switch the active vault dynamically via the MCP protocol. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze-vaultB | Unified analytical tool to get vault stats, detect broken links, orphans, stubs, and outdated notes |
| bulk-operationsB | Unified bulk operational tool for tagging, moving, and updating frontmatter across multiple notes |
| edit-noteB | Unified tool for targeted text edits, section replacements, and batch edits |
| manage-canvasC | Unified tool for reading, creating, and interacting with Canvas notes |
| manage-foldersB | Unified tool for listing, creating, and deleting folders |
| manage-frontmatterB | Unified tool for manipulating note frontmatter properties, tags, aliases, and inline fields |
| manage-linksB | Unified tool covering backlinks, forward-links, and AI link suggestions for notes |
| manage-mocsC | Unified tool to discover and generate Maps of Content (MOCs) and folder indices |
| manage-notesC | Unified tool for listing, reading, writing, moving, deleting, renaming, and appending to notes |
| manage-periodic-notesB | Unified tool for getting, creating, and listing daily, weekly, monthly, and yearly periodic notes |
| manage-tasksB | Unified tool for finding, toggling, and completing checkbox tasks across the vault |
| manage-templatesA | Unified tool for listing, retrieving, and applying markdown templates |
| read-batchB | Unified tool for reading batches of notes, specific headings, sections, or generated summaries |
| refactor-notesA | Unified tool for structural note refactoring: split notes by heading, merge multiple notes, and extract sections to new notes |
| search-vaultB | Unified search tool spanning text query, advanced block search, regex, dates, tags, inline-fields, and frontmatter queries |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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