← Back to all bundles

amber — OKF Bundle for MCP Integration

OKF ✓ v0.1

Local, Obsidian-style app for Open Knowledge Format (OKF) bundles, with a built-in MCP server (stdio + Streamable HTTP) so Claude, Cursor, OpenAI, and more can read and write your vault.

By DefinitelyNotVibeCoded 1 stars Examples & Demos MIT

Best for

  • AI agents using the MCP protocol
  • Claude Code and AI coding agents
  • Markdown note-taking and personal knowledge management
  • Obsidian vault users

What it does

  • Exposes functionality through the Model Context Protocol (MCP) for agent-native access
  • Uses plain markdown files for maximum compatibility and version control
  • Fully OKF-conformant — works with any OKF-compatible agent framework

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/DefinitelyNotVibeCoded/amber
cd amber

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/amber

MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.

Frequently Asked Questions

Is amber OKF conformant?

Yes, amber is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install amber?

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 amber?

amber works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.

What are alternatives to amber?

Similar bundles include pi-okf, data-olympus, crystalline. Browse these for alternative approaches and feature sets.