Back to Apps

OpenAugi
by bitsofchris
Private, scalable personal knowledge base and memory graph for AI agents, turning Obsidian vaults into searchable context.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
OpenAugi provides a local, private augmented knowledge base for AI agents. It transforms personal data vaults (like Obsidian) into a semantic knowledge graph stored in SQLite, allowing agents to traverse links, tags, and temporal data rather than relying on simple RAG chunking.
Tools
search: Semantic and keyword search across the knowledge graph.traverse: Navigate the graph of blocks and links to find connected ideas.fetch_context: Retrieve full content of blocks to provide grounded context to the agent.cluster_weather: Report on the growth and evolution of knowledge clusters.
Installation
Install via pip and initialize your vault:
pip install openaugi
openaugi init
openaugi up
Add to claude_desktop_config.json:
{
"mcpServers": {
"openaugi": {
"command": "openaugi",
"args": ["mcp"]
}
}
}
Supported hosts
- claude
Quick install
pip install openaugiInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Run `pip install openaugi` then `openaugi init` and `openaugi up`. Add `{"mcpServers": {"openaugi": {"command": "openaugi", "args": ["mcp"]}}}` to your config.





