foam-notes-mcp

fbdo/foam-notes-mcp
★ 0 stars Unknown language 🤖 AI/LLM Updated 1d ago
A local-first MCP server that exposes a [Foam](https://foambubble.github.io/foam/) markdown vault to AI agents with three retrieval layers: ripgrep-powered keyword search, a wikilink graph with PageRank and shortest-path queries, and offline semantic search via Transformers.js + sqlite-vec. Ships 16 tools + a `foam://graph` resource.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "foam-notes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fbdo/foam-notes-mcp"
      ]
    }
  }
}