Stores AI memories as Markdown files for visualization in Obsidian's graph view, creating a knowledge graph with entities as nodes and relations as edges.
Obsidian Memory MCP
MCP server that stores AI memories as Markdown files for visualization in Obsidian's graph view.
About
This project is a modified version of Anthropic's memory server that has been adapted for Obsidian integration. The original server stored memories in JSON format, while this version stores them as individual Markdown files with Obsidian-compatible [[link]]
syntax for graph visualization.
Key Changes from Original
- Storage Format: Changed from JSON to individual Markdown files
- Obsidian Integration: Added
[[link]]
syntax for relations - YAML Frontmatter: Metadata stored in frontmatter instead of JSON
- File Structure: Each entity becomes a separate
.md
file - Removed Features: Simplified to focus on Markdown-only storage
Features
- Markdown Storage: Individual
.md
files for each entity - Obsidian Integration: Uses
[[link]]
syntax for graph visualization - Knowledge Graph: Store entities, relations, and observations
- Search Functionality: Query across all stored memories
- YAML Frontmatter: Metadata stored in frontmatter
Storage Format
Each entity is stored as an individual Markdown file with:
- YAML frontmatter for metadata (entityType, created, updated)
- Obsidian-compatible
[[links]]
for relations - Organized sections for observations and relations
Example entity file (John_Doe.md
):
Installation & Configuration
Then configure in Claude Desktop:
Usage with Obsidian
- Configure Claude Desktop with one of the options above
- Restart Claude Desktop
- Use the MCP memory tools to create entities and relations
- Open Obsidian and view the graph
The knowledge graph will be visualized with:
- Entity files as nodes
[[links]]
as edges- Different colors for different entity types (if configured in Obsidian)
API
The server exposes the following tools:
create_entities
: Create new entitiescreate_relations
: Create relations between entitiesadd_observations
: Add observations to existing entitiesdelete_entities
: Delete entities and related datadelete_observations
: Remove specific observationsdelete_relations
: Remove relationsread_graph
: Get the entire knowledge graphsearch_nodes
: Search entities by queryopen_nodes
: Get specific entities by name
Development
Credits
This project is based on Anthropic's memory server from the Model Context Protocol servers collection. We thank Anthropic for releasing the original implementation under the MIT license.
License
MIT License - see LICENSE file for details.
Original memory server: Copyright (c) 2024 Anthropic, PBC
Obsidian integration modifications: Copyright (c) 2025 YuNaga224
This server cannot be installed
Stores AI memories as Markdown files for visualization in Obsidian's graph view, allowing users to create knowledge graphs with entities, relations, and observations.
Related MCP Servers
- -securityAlicense-qualityEnables AI assistants to interact with Obsidian vaults, providing tools for reading, creating, editing and managing notes and tags.Last updated -319468TypeScriptMIT License
- -securityAlicense-qualityA server implementation that allows AI assistants to read, create, and manipulate notes in Obsidian vaults through the Model Context Protocol.Last updated -8215TypeScriptMIT License
- AsecurityAlicenseAqualityEnables AI assistants to maintain persistent project context across sessions by storing and retrieving structured information in markdown files organized in a memory bank directory.Last updated -453JavaScriptApache 2.0
- -securityAlicense-qualityAllows AI models to interact with Obsidian notes through the Local REST API, enabling creation, reading, updating, searching of notes, and Git-based automatic backups.Last updated -193JavaScriptMIT License