★ 0 stars
Python
🧠 Memory/Knowledge
Updated today
Python MCP server connecting Claude Desktop to an Obsidian vault, 19 tools for note I/O, IDF-based relinking, tiered context retrieval, and BFS graph walk. Claude's long-term memory.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"myobscelium-mcp": {
"command": "uvx",
"args": [
"myobscelium-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add myobscelium-mcp uvx myobscelium-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"myobscelium-mcp": {
"command": "uvx",
"args": [
"myobscelium-mcp"
]
}
}
}
📋 Copy
Or install with pip: pip install myobscelium-mcp
Topics
claude claude-code context-retrieval fastmcp graph knowledge-management llm mcp obsidian obsidian-plugin python second-brain wikilinks