UNPKG

obsidian-mcp-server

Version:

MCP server for Obsidian vaults — read, write, search, and surgically edit notes, tags, and frontmatter via the Local REST API plugin. STDIO or Streamable HTTP.

11 lines 469 B
#!/usr/bin/env node /** * @fileoverview obsidian-mcp-server entry point. Initializes the Obsidian * Local REST API service at module load so the Omnisearch probe can run * before tools are constructed — `obsidian_search_notes` is built via a * factory that takes Omnisearch reachability as input, so the `omnisearch` * mode appears in the tool schema only when the plugin is actually reachable. * @module index */ export {}; //# sourceMappingURL=index.d.ts.map