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.

12 lines 297 B
/** * Type definitions for Obsidian client */ /** * Default configuration for Obsidian server */ export const DEFAULT_OBSIDIAN_CONFIG = { protocol: "https", // HTTPS required by default in Obsidian REST API plugin host: "127.0.0.1", port: 27124 }; //# sourceMappingURL=types.js.map