ObsiMCP
ObsiMCP is a lightweight, extendable MCP server designed to automate operations on Obsidian vaults, enhancing the management of personal knowledge bases.
ObsiMCP is a versatile and efficient Model Context Protocol (MCP) server that facilitates the management of Obsidian vaults. Built on the mcp-go framework, it allows users to automate various operations on their Obsidian notes, such as reading, writing, creating, and deleting notes. The server is designed to be lightweight and extendable, making it suitable for personal knowledge management. It supports both append and overwrite modes for writing content, and it ensures data safety by automatically backing up files before any destructive operations. ObsiMCP is ideal for users looking to integrate their Obsidian notes with external applications or large language models (LLMs), enabling seamless automation and maintenance of notes.
Features
- Read a Markdown note
- Search all notes with the same file name across the entire vault
- Write content to an existing note with append or overwrite modes
- Create a new note
- Delete a note with automatic backup
MCP Tools
- {'ReadNote': 'Reads content from a given Markdown file.'}
- {'GetNote': 'Finds all notes in the vault with a matching name.'}
- {'WriteNote': 'Appends or overwrites content in an existing note.'}
- {'CreateANote': 'Creates a new note without initial content.'}
- {'DeleteNote': 'Deletes a note by its name and backs it up.'}
Usage with Different Platforms
deepchat
{
"mcpServers": {
"ObsiMCP": {
"command": "Your The absolute path to your main executable",
"args": [],
"shell": false,
"env": {}
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.