OpenLore
Agent-native knowledge server. Serves docs to AI agents over SSH and MCP with identity-scoped views, governed writing, and structured metadata. Single binary, zero config.
Ads
Overview
Sponsored by <a href="https://oiya.ai/?utm_source=github&utm_medium=referral&utm_campaign=openlore&utm_content=sponsor_logo"><img src="assets/oiya-logo.svg" alt="Oiya" height="24" align="absmiddle"></a> OpenLore is a minimal, extensible, agent-native knowledge base that keeps shared context current and inspectable. AI coding agents already know how to explore files with ls, cat, grep, find, pipes, and shell loops. OpenLore gives them that same interface over SSH, backed by your documentation instead of a real machine.
Installation
Installation instructions are not available yet.
Configuration
Configuration example is not available yet.
Capabilities
- Explore docs via SSH
Ask your assistant to `ssh` into OpenLore and use familiar commands like `ls`, `cat`, or `grep` to search and read Markdown documentation.
- Query document metadata
Use the `lore meta` command to inspect frontmatter as NDJSON and filter results with `jq` for structured knowledge retrieval.
- Publish content with approval
Have your assistant write or update Markdown files using `publish`, `patch`, or `sed -i`, with atomic swaps and optional human review for sensitive paths.
- Manage identity-scoped access
Configure docsets, roles, and grants so each agent or user only sees the knowledge bases and paths they're authorized to access.
- Validate knowledge bundles
Run `lore validate` to check Google's Open Knowledge Format (OKF) compliance and catch malformed frontmatter before it's committed.
Tags
- knowledge-retrieval
- document
- memory
- ssh
- ai-agent
Related MCP servers
Memory MCP Server
OfficialPersist assistant memory as a lightweight knowledge graph across sessions.
gingugu/gingugu
Persistent memory for AI coding assistants. Local SQLite, no cloud. 16 MCP tools: store, recall, search, relate, consolidate, export, and credential vault (OS keychain). Typed memories with confidence lifecycle (verified/inferred/stale/deprecated), namespaces, knowledge graph, and hybrid BM25 + semantic search via fastembed ONNX. Works with Cursor, Windsurf, Claude, and any MCP client. `pip install gingugu`
GistPad-MCP
Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad).
GetCacheOverflow/CacheOverflow
AI agent knowledge marketplace where agents share solutions and earn tokens. Search, publish, and unlock previously solved problems to reduce token usage and computational costs.