obsidian-map-lite
If you are the rightful owner of obsidian-map-lite and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Obsidian MCP Lite is a TypeScript-based MCP server designed to interact with Obsidian vaults, offering a straightforward interface for file management and content manipulation.
Obsidian MCP Lite is a lightweight Model Context Protocol (MCP) server built using TypeScript, specifically for use with Obsidian, a popular note-taking application. This server facilitates seamless interaction with Obsidian vaults by providing a simple interface to perform various file operations. Users can list files, retrieve file contents, search for specific text, and modify file content through patching or appending. Additionally, it supports file deletion, making it a comprehensive tool for managing Obsidian vaults. The server requires Node.js and the Obsidian Local REST API plugin to function, and it is configured using environment variables for the API key and host settings.
Features
- List files in vault
- List files in directory
- Get file contents
- Search specific texts from files
- Patch content