omind — OKF Bundle for MCP Integration
DraftOMI/Obsidian memory tooling (Open Knowledge Format) for AI agents: reproduce the integration on any machine, plus a local web app to view, edit, and add memory entries.
Best for
- AI agents using the MCP protocol
- Claude Code and AI coding agents
- Markdown note-taking and personal knowledge management
- Obsidian vault users
- AI agent memory systems
What it does
- Exposes functionality through the Model Context Protocol (MCP) for agent-native access
- Provides a command-line interface for automation and scripting
- Uses plain markdown files for maximum compatibility and version control
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/CryptoJones/omind
cd omind Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/omind MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.
Frequently Asked Questions
Is omind OKF conformant?
No, omind is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install omind?
Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.
What AI agents can use omind?
omind works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.
What are alternatives to omind?
Similar bundles include pi-llm-wiki, MIF, agentic-task-system. Browse these for alternative approaches and feature sets.