Agentโ™ฅ๏ธŽAge
Catalog

Obsidian MCP

Official

by seynurmammad0v ยท TypeScript

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

MCP server that turns Obsidian vaults into AI-queryable knowledge graphs. It operates without databases, Obsidian running, or API keys, and is vault-agnostic. The server emphasizes graph-first analysis (BFS, shortest paths, connected components, bridge detection) and automatic backlink-aware writes to keep references consistent across edits. It is lightweight with only ~42KB bundle and four runtime dependencies.

๐Ÿ› ๏ธ Key Features

  • Graph-first MCP for Obsidian vaults
  • Zero infrastructure requirements
  • Vault-agnostic compatibility
  • Backlink-aware write updates
  • Lightweight footprint (~42KB bundle, 4 dependencies)

๐Ÿš€ Use Cases

  • Turn Obsidian vaults into AI-queryable graphs
  • Build BFS and path-based queries across notes
  • Maintain cross-note reference integrity automatically

โšก Developer Benefits

  • No external databases or API keys needed
  • Simple start with npx obsidian-mcp
  • Minimal dependencies and small runtime

โš ๏ธ Limitations

  • Based on readme excerpt; verify full feature set in repository
  • Performance dependent on vault size and structure
Obsidian MCP - agentage MCP Catalog