Skip to main content
Glama

Obsidian Semantic MCP Server

vault

Perform file and folder operations including list, read, create, update, delete, and search within Obsidian vaults. Retrieve specific content fragments or full files, and manage storage efficiently using pagination and retrieval strategies.

Instructions

File and folder operations - list, read, create, update, delete, search

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
contentNoContent to write or append
directoryNoDirectory path for list operations
maxFragmentsNoMaximum number of fragments to return (default: 5)
pageNoPage number for paginated results
pageSizeNoNumber of results per page
pathNoPath to the file or directory
queryNoSearch query
returnFullFileNoReturn full file instead of fragments (WARNING: large files can consume significant context)
strategyNoFragment retrieval strategy (default: auto)

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "list", "read", "create", "update", "delete", "search", "fragments" ], "type": "string" }, "content": { "description": "Content to write or append", "type": "string" }, "directory": { "description": "Directory path for list operations", "type": "string" }, "maxFragments": { "description": "Maximum number of fragments to return (default: 5)", "type": "number" }, "page": { "description": "Page number for paginated results", "type": "number" }, "pageSize": { "description": "Number of results per page", "type": "number" }, "path": { "description": "Path to the file or directory", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "returnFullFile": { "description": "Return full file instead of fragments (WARNING: large files can consume significant context)", "type": "boolean" }, "strategy": { "description": "Fragment retrieval strategy (default: auto)", "enum": [ "auto", "adaptive", "proximity", "semantic" ], "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Obsidian Semantic MCP Server

Related Tools

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/aaronsb/obsidian-semantic-mcp'

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