Direct Filesystem Access
Works without Obsidian running - access your vault directly
A Model Context Protocol server that provides AI assistants with secure access to Obsidian vaults
EXPERIMENTAL PROJECT
This is an experimental project created primarily through AI-assisted development. It is intended solely for testing and learning purposes. Do not use for production or critical data.
# Clone the repository
git clone https://github.com/diegorv/another-bloated-obsidian-mcp-server.git
cd another-bloated-obsidian-mcp-server
# Install dependencies
npm install
# Start the server with a vault
npm start /path/to/your/vault| Group | Description |
|---|---|
vault | Vault management |
notes | Note CRUD operations |
search | Full-text search |
frontmatter | YAML metadata |
tags | Tag management |
links | Link analysis |
daily | Daily notes |
templates | Template system |
bases | Obsidian Bases |
batch | Batch operations |
attachments | Attachment management |
backup | Backup system |