Filesystem-first MCP server for Obsidian vaults with an LLM-Wiki layer on top.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"kobsidian": {
"command": "npx",
"args": [
"-y",
"bezata/kObsidian"
]
}
}
}
Run in terminal:
claude mcp add kobsidian npx -y bezata/kObsidian
Add to .cursor/mcp.json:
{
"mcpServers": {
"kobsidian": {
"command": "npx",
"args": [
"-y",
"bezata/kObsidian"
]
}
}
}