UNPKG

obsidian-mcp-server

Version:

Obsidian Knowledge-Management MCP (Model Context Protocol) server that enables AI agents and development tools to interact with an Obsidian vault. It provides a comprehensive suite of tools for reading, writing, searching, and managing notes, tags, and fr

8 lines (7 loc) 176 B
/** * @module ObsidianRestApiTypes * @description * Type definitions for interacting with the Obsidian Local REST API, * based on its OpenAPI specification. */ export {};