Obsidian MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OBSIDIAN_VAULT_PATH | Yes | Absolute path to your Obsidian vault |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| read_noteA | Read the content of a specific note |
| list_notesB | List all notes in the vault |
| create_noteC | Create a new note |
| update_noteB | Update the content or metadata of a note |
| delete_noteC | Delete a note |
| search_notesB | Search for notes using full-text search |
| search_by_tagC | Find notes that have a specific tag |
| list_tagsA | List all tags in the vault |
| list_foldersB | List all folders in the vault |
| create_folderC | Create a new folder |
| delete_folderB | Delete an empty folder |
| get_tag_notesB | Get all notes that contain a specific tag |
| add_tagB | Add a tag to a note |
| remove_tagB | Remove a tag from a note |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| notes | List all notes in the Obsidian vault |
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/JujiuYey/obsidian-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server