Skip to main content
Glama

Obsidian Semantic MCP Server

system

Access and manage system operations within Obsidian by performing actions like retrieving info, executing commands, or fetching web content and converting it to markdown.

Instructions

System operations - info, commands, fetch_web

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
urlNoURL to fetch and convert to markdown

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "info", "commands", "fetch_web" ], "type": "string" }, "url": { "description": "URL to fetch and convert to markdown", "type": "string" } }, "required": [ "action" ], "type": "object" }

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