
OpenLoreVerifiedFeatured
@aakarim
About OpenLore
Serve your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, and pipes against a virtual filesystem backed by your documentation. Identity-scoped access, governed writing with human approval, and portab


Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"openlore": {
"command": "openlore",
"args": [
"./docs"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is OpenLore?
Serve your docs to AI agents over SSH and MCP. Agents use ls, cat, grep, find, pipes, and shell loops against a virtual filesystem backed by your documentation. No ingestion pipeline, no vector DB. Point it at a directory and it serves the existing hierarchy directly.
How it works
Agent ──SSH or MCP──▶ OpenLore ──▶ docs, knowledge, and artifacts
By default it starts SSH on localhost:2222, a web view on http://localhost:8080, and MCP over HTTP on http://localhost:8080/mcp.
Key features
- Agent-native retrieval — agents use the shell tools they already know instead of learning a bespoke API
- One knowledge surface, multiple transports — SSH, SFTP/SSHFS, MCP, and a human-friendly web view
- Identity-scoped views — each agent sees only the docsets it needs, with role-based access
- Governed writing — writes are atomic, conflict-aware, and can require human approval
- Safe by construction — the shell is an in-memory Go interpreter, not a real OS shell. No escape, no arbitrary execution
- Portable knowledge bundles — embed docs into a self-contained binary or package as a desktop MCP extension
Use cases
- Internal API docs, runbooks, and architecture notes for coding agents
- Shared live memory for teams of agents across sessions
- Agent Skills publishing into governed, discoverable collections
- Remote review of agent-generated reports and artifacts through SSH or browser
Quick start
go install github.com/aakarim/go-openlore/cmd/openlore@latest
openlore ./docs
ssh -p 2222 localhost
Basic information
More Memory & Knowledge MCP servers
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference

Orcha
westonhancockOrcha is a unified context layer for AI tools and agents. It stores and indexes and exposes organizational, team, or individual knowledge. Files, structured databases, and connected sources live in one workspace, and age
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.

ctxfile
ctxfileLocal-first MCP server that snapshots your project's working state into one context object. Open-core, privacy-first.
Comments