Local MCP server that makes opt-in Obsidian notes searchable by AI tools. FTS5 + semantic + link graph, runs entirely on your machine.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vault-kb": {
"command": "npx",
"args": [
"-y",
"MinhQuangVu0101/vault-kb"
]
}
}
}
Run in terminal:
claude mcp add vault-kb npx -y MinhQuangVu0101/vault-kb
Add to .cursor/mcp.json:
{
"mcpServers": {
"vault-kb": {
"command": "npx",
"args": [
"-y",
"MinhQuangVu0101/vault-kb"
]
}
}
}