Skip to main content
Glama

Obsidian Semantic MCP Server

system

Manage MCP server operations, retrieve system info, execute commands, and fetch web content for integration with Obsidian workflows.

Instructions

System operations - info, commands, fetch_web

Input Schema

NameRequiredDescriptionDefault
actionYesThe specific action to perform
promptNoPrompt for web content analysis
urlNoURL for web fetch operations

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The specific action to perform", "enum": [ "info", "commands", "fetch_web" ], "type": "string" }, "prompt": { "description": "Prompt for web content analysis", "type": "string" }, "url": { "description": "URL for web fetch operations", "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