obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults

Built by u/One-Classroom-9261, obsidian-mcp is an MCP server that gives Claude graph-aware access to your Obsidian vault. Unlike most integrations that only expose read_file and write_file — which forces the model to make ~50 read calls to answer a simple connection question and fills your context window — this server exposes the vault's graph structure directly.
Key Tools
get_note— returns content + backlinks + forward links + tags + frontmatter in a single calltraverse_graph— walk N hops out from a notequery_dataview— run DQL (Dataview Query Language) directlymove_note— rename + rewrite every incoming wiki-link so the graph survivescreate_notes— batch-scaffold a Map of Content (MOC) plus topical notes in one shot
Total: 25 tools. Compatible with Claude Desktop, Claude Code, Cursor, Cline, Continue, and Zed.
Setup
If you already have the Local REST API plugin installed in Obsidian, setup takes about 60 seconds. The project is MIT licensed, runs locally, and nothing leaves your machine.
The author built it in ~24 hours, notes there are rough edges, and welcomes feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also

Phalanx CLI coordinates multiple AI agents for automated code-review cycles
A developer built Phalanx, a CLI tool that coordinates AI agents from different providers: Codex handles coding, Claude Opus performs code review, and Claude Sonnet orchestrates the loop. A companion tool called Codebones compresses repositories to structural maps to reduce token usage.

Developer Tests Apple Intelligence for On-Device Clipboard Tasks
A developer built a clipboard manager using Apple Intelligence's Foundation Models framework, finding it reasonable for everyday tasks like short summaries and rewrites but limited on ambiguous language and detailed work.

GoModel: A Lightweight Open-Source AI Gateway Written in Go
GoModel is an open-source AI gateway that provides a unified OpenAI-compatible API for multiple providers including OpenAI, Anthropic, Gemini, Groq, xAI, and Ollama. It features a 17MB Docker image, 44x smaller than LiteLLM, with environment-variable-first configuration and built-in observability.

Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh
Built a sortable table of the top 5 skill-collection repos (totaling 125k stars) with star counts and skill counts, auto-refreshed by a /workflows:skill-collections command.