obsidian-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_VAULT_PATH | No | Path to the Obsidian vault root. The vault must already exist. | ~/Documents/Obsidian Vault |
| OBSIDIAN_PROJECTS_DIR | No | Directory name (relative to the vault root) where project subfolders are created. | Projects |
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 |
|---|---|
| resolve_projectA | Report which project folder notes will go to, and how that was decided. Use this to check the inference before writing. |
| write_noteA | Create a note in the project's vault folder. Refuses to clobber an existing note unless overwrite is true. Creates the project folder on first write. |
| read_noteA | Read a note's full contents from the project's vault folder. |
| append_noteA | Append markdown to the end of a note, creating it if absent. Use this for running logs instead of rewriting the whole note. |
| list_notesB | List note paths in the project's folder, or across the whole vault. |
| search_notesA | Case-insensitive text search over note contents, returning matching lines with their note path and line number. |
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/achyuta0001/obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server