AI-first Knowledge Base Server integrating Obsidian with MCP clients. 91 tools, semantic search, graph analysis, 7 AI agents, 10-layer security, autonomous vault maintenance.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-extended-mc": {
"command": "npx",
"args": [
"-y",
"MAB2908/obsidian-extended-mcp"
]
}
}
}
Run in terminal:
claude mcp add obsidian-extended-mc npx -y MAB2908/obsidian-extended-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-extended-mc": {
"command": "npx",
"args": [
"-y",
"MAB2908/obsidian-extended-mcp"
]
}
}
}