cite-citadel — OKF Bundle for MCP Integration
DraftLLM-maintained, fully-cited personal wiki in Open Knowledge Format — with an MCP server so an AI can search and read it.
Best for
- AI agents using the MCP protocol
- RAG (Retrieval Augmented Generation) pipelines
- Command-line workflows
What it does
- Exposes functionality through the Model Context Protocol (MCP) for agent-native access
- Provides a command-line interface for automation and scripting
- Version-controlled with standard Git workflows for collaboration
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/MarkusNeusinger/cite-citadel
cd cite-citadel Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/cite-citadel # Cursor
cursor /path/to/cite-citadel # OpenCode
opencode /path/to/cite-citadel MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.
Frequently Asked Questions
Is cite-citadel OKF conformant?
No, cite-citadel is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install cite-citadel?
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 cite-citadel?
cite-citadel works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.
What are alternatives to cite-citadel?
Similar bundles include okf-kit, pi-okf, llm-wiki-governance. Browse these for alternative approaches and feature sets.