An open-source, local-first knowledge vault with native AI and OpenClaw MCP integration.
- Local-first: Your notes are plain Markdown files in a folder you control.
- Native local AI: Powered by Ollama — no cloud API keys required.
- OpenClaw-ready: Exposes a Model Context Protocol (MCP) server so OpenClaw agents can search, read, and write your vault.
- Clean graph: Backlinks and a lightweight force-directed graph view.
- Fast search: SQLite FTS5 index over your entire vault.
Early development — MVP targeting Windows with .NET 8 WPF.
- C# / .NET 8 / WPF
- Ollama API for local LLM inference
- SQLite FTS5 for full-text search
- SkiaSharp for graph rendering
- OpenClaw MCP server for agent integration
Requires:
- Windows 10/11 x64
Install:
- Download
ForgeVault-Setup-0.1.0.exefrom the latest release. - Run the installer and follow the prompts.
- Launch ForgeVault from the Start Menu or desktop shortcut.
Build from source:
dotnet build src/ForgeVault.slnRun:
dotnet run --project src/ForgeVault/ForgeVault.csprojForgeVault exposes a Model Context Protocol server for OpenClaw integration:
ForgeVault.exe --mcp "C:\path\to\vault"See docs/MCP.md for configuration.
MIT — see LICENSE.
Built by the SMF Works Project.