UNPKG

obsidian-mcp-server

Version:

Model Context Protocol (MCP) server designed for LLMs to interact with Obsidian vaults. Provides secure, token-aware tools for seamless knowledge base management through a standardized interface.

7 lines 151 B
/** * MCP module exports */ export * from './types.js'; export * from './handlers.js'; export * from './server.js'; //# sourceMappingURL=index.js.map