★ 40 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
All-in-one local AI hub for Obsidian — LLM chat with vault tools, MCP servers, RAG, workflow automation, encryption, and edit history. Fully private, no cloud required.
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": {
"obsidian-local-llm-h": {
"command": "npx",
"args": [
"-y",
"takeshy/obsidian-local-llm-hub"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add obsidian-local-llm-h npx -y takeshy/obsidian-local-llm-hub
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-local-llm-h": {
"command": "npx",
"args": [
"-y",
"takeshy/obsidian-local-llm-hub"
]
}
}
}
📋 Copy
Topics
local-llm memo-app obsidian-plugin rag workflow-automation