Skip to main content
Glama

Obsidian Semantic MCP Server

view

Facilitates content viewing and navigation in Obsidian by enabling actions like file access, window management, active content tracking, and direct opening, with customizable options for search, line focus, and display size.

Instructions

Content viewing and navigation - file, window, active, open_in_obsidian

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
lineNumberNoLine number to center view around
pathNoPath to the file or directory
searchTextNoText to search for and highlight
windowSizeNoNumber of lines to show

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "file", "window", "active", "open_in_obsidian" ], "type": "string" }, "lineNumber": { "description": "Line number to center view around", "type": "number" }, "path": { "description": "Path to the file or directory", "type": "string" }, "searchText": { "description": "Text to search for and highlight", "type": "string" }, "windowSize": { "default": 20, "description": "Number of lines to show", "type": "number" } }, "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