Skip to main content
Glama

Obsidian MCP Server - Enhanced

by BoweyLou
smithery.yaml•840 B
build: dockerBuildPath: . # Explicitly set build context to the root directory startCommand: type: stdio configSchema: type: object required: - obsidianApiKey - obsidianBaseUrl properties: obsidianApiKey: type: string description: The API key generated by the Obsidian Local REST API plugin. obsidianBaseUrl: type: string format: uri # Ensure it's a valid URL format description: The base URL of your Obsidian Local REST API (e.g., http://127.0.0.1:27123). commandFunction: | (config) => ({ command: 'node', args: ['dist/index.js'], env: { OBSIDIAN_API_KEY: config.obsidianApiKey, OBSIDIAN_BASE_URL: config.obsidianBaseUrl // OBSIDIAN_VERIFY_SSL can be added here if needed, defaulting to true } })

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/BoweyLou/obsidian-mcp-server-enhanced'

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