OpenContextScitool — OKF Bundle for MCP Integration
OKF ✓ v0.1LLM context handler over an Open Knowledge Format bundle BM25 search via MCP, usage telemetry, and a health dashboard. No embeddings, no API key.
Best for
- AI agents using the MCP protocol
- Claude Code and AI coding agents
- RAG (Retrieval Augmented Generation) pipelines
What it does
- LLM context handler over an Open Knowledge Format bundle BM25 search via MCP, usage telemetry, and a health dashboard.
- No embeddings, no API key..
How to use with AI agents
Step 1: Clone the repository
git clone https://github.com/aminHZDEV/OpenContextScitool
cd OpenContextScitool Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/OpenContextScitool MCP: This bundle supports the Model Context Protocol. Configure your MCP client to discover and load this bundle.
Frequently Asked Questions
Is OpenContextScitool OKF conformant?
Yes, OpenContextScitool is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.
How do I install OpenContextScitool?
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 OpenContextScitool?
OpenContextScitool works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.
What are alternatives to OpenContextScitool?
Similar bundles include okf-kit, pi-okf, sample-okf-llm-wiki. Browse these for alternative approaches and feature sets.