Skip to main content
Glama

Obsidian MCP Server

Apache 2.0
181
215
  • Apple
  • Linux
smithery.yaml804 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: 'npx', args: ['obsidian-mcp-server'], env: { OBSIDIAN_API_KEY: config.obsidianApiKey, OBSIDIAN_BASE_URL: config.obsidianBaseUrl, OBSIDIAN_VERIFY_SSL: "false" } })

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

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