obsidian-agi-workspace-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind host for SSE/HTTP server | 0.0.0.0 |
| PORT | No | Port for SSE/HTTP server | 8080 |
| OB_BIN_PATH | No | Custom binary path for Obsidian Headless CLI | ob |
| MCP_TRANSPORT | No | Transport protocol: 'stdio' (CLI) or 'sse' / 'http' (Server) | stdio |
| OBSIDIAN_READONLY | No | When 'true', rejects note creation, edits, and deletions | false |
| OBSIDIAN_VAULT_PATH | Yes | Absolute filesystem path to the Obsidian vault root | |
| OBSIDIAN_ALLOWED_SUBPATHS | No | Comma-separated list of permitted relative subfolders (if not set, full vault is accessible) |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_folderB | Create a new folder or directory hierarchy inside the Obsidian vault. |
| list_foldersB | List folders and directory structure in the vault with note counts. |
| get_vault_treeA | Retrieve hierarchical directory tree of folders and notes in the vault for workspace overview. |
| read_noteA | Read an Obsidian note with frontmatter, body, metadata, wikilinks, and backlinks. |
| write_noteA | Create or overwrite a note in the Obsidian vault with structured YAML frontmatter and body. |
| patch_noteA | Perform fine-grained updates on an existing Obsidian note (append, prepend, replace under heading, regex patch, update frontmatter). |
| search_vaultA | Search vault notes by keyword, tags, frontmatter filters, or directory subpath. |
| list_tasksA | Aggregate markdown task checkboxes (- [ ] / - [x]) across the Obsidian vault. |
| analyze_workspace_graphA | Analyze knowledge graph topology: nodes, wikilink edges, orphan notes, and dangling (broken) links. |
| sync_vault_obB | Trigger an immediate Obsidian Sync cycle or inspect synchronization state via obsidian-headless ( |
| delete_itemA | Safely delete a note or folder (moves to .trash by default). |
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/yunzaixi-dev/obsidian-agi-workspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server