OmniHub
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OmniHublog a memory about the new caching strategy"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⚡ OmniHub (omnihub-cli)
A blazing fast, local-first, privacy-compliant personal memory hub and Model Context Protocol (MCP) server for developers.
OmniHub runs entirely on your local machine with a zero-network footprint. It eliminates external cloud dependencies, API keys, and network roundtrips by running specialized, highly optimized 4-bit quantized AI embedding pipelines directly inside an on-device WebAssembly environment.
Related MCP server: Awareness Local
🚀 Key Features
100% Offline AI Inference: Powered by an on-device WebAssembly ONNX runtime running
all-MiniLM-L6-v2. Your data never leaves your computer.Blazing Fast Performance: Zero network latency. Sub-250ms semantic matching across your personal knowledge base.
70/30 Hybrid Search Engine: Combines 384-dimensional dense semantic vectors with localized high-frequency exact keyword extraction to ensure flawless recall accuracy.
Local Heuristic Auto-Categorization: Automatically tags incoming logs into developer-centric groups (
tech_stack,bug_fix,architecture,meeting_notes,idea) using ultra-fast local keyword mapping.Model Context Protocol (MCP) Support: Acts as a native MCP server out of the box. Connect it seamlessly to LLM clients like Claude Desktop, Cursor, or custom AI agents to give them long-term localized memory.
Cryptographic Security: At-rest data storage is fully encrypted using robust local encryption standards, protecting your sensitive developer secrets.
📊 Performance & Scaling Benchmarks
OmniHub scales linearly on single-threaded CPU architectures. Tested extensively using hyperfine in an Apple Silicon environment, the local engine delivers massive efficiency upgrades compared to legacy cloud-dependent wrappers:
Dataset Scale | Stored Memories | At-Rest DB Size | Search Latency (Mean) | User Perception |
The Bootstrap | 100 entries | ~2.02 MB | 148.0 ms | Instantaneous |
The Developer Sweet Spot | 1,000 entries | ~20.20 MB | 234.1 ms | Fluid / Real-time |
The Power User Stress Test | 10,000 entries | ~202.03 MB | 1.005 s | Snappy Execution |
Legacy Cloud Baseline | 10,000 entries | ~398.00 MB | 10.669 s | Workflow Blocker |
Why OmniHub 1.3.0 is 10x Faster:
Dimensionality Reduction: Slicing vector widths from 768 down to 384 dimensions reduces linear algebra operations by 50% per row scan.
Quantization Performance (
q4): Utilizing 4-bit quantized integers reduces the model memory footprint to a tiny 14MB, enabling the CPU to load weights straight into L1/L2 caches with minimal memory bandwidth throttling.
🛠️ Installation
Ensure you have Bun or Node.js installed on your system, then install the package globally via npm:
npm install -g omnihub-cli💻 CLI Usage
1. Log a Memory
Add a quick note or code snippet. If you omit the inline content, OmniHub automatically launches your system's default editor (e.g., nano or vim).
# Explicitly pass a category
omnihub log "Configured Docker Compose with multi-stage build caching flags." --category tech_stack
# Let the local heuristic auto-categorize your note
omnihub log "Fixed a runtime exception thrown when passing invalid JWT claims."
# Output: 🤖 Auto-categorizing locally... [bug_fix]2. Search Memories
Perform a hybrid keyword and dense vector semantic query across your encrypted data history.
omnihub search "docker cache"3. Database Migration / Reset
If you are upgrading from legacy pre-1.3.0 environments using old cloud structures, clear your environment to match the new 384-dimensional vector database:
omnihub reset🤖 Model Context Protocol (MCP) Integration
OmniHub functions perfectly as a local standard input/output (stdio) MCP server. You can configure LLM agents to automatically store and extract engineering insights on your behalf.
Claude Desktop Configuration
Add the following snippet to your configuration file (located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"omnihub": {
"command": "omnihub",
"args": ["run", "apps/mcp-server/index.ts"]
}
}
}Exposed MCP Tools
log_memory: Logs a structural memory, thought, or developer decision directly into your encrypted local cache (supports auto-categorization placeholders).search_context: Performs localized dense-vector semantic queries combined with structural parameters (limit,min_score, andcategoryfiltering).list_memories: Scans and outputs a clean, stripped sequence of recent logs (automatically omitting heavy raw vector dimensions for faster client-side parsing) with explicit category filters.edit_memory: Modifies the core content string or alters structural classification tags of an existing entry targeting a specific unique record ID.delete_memory: Safely drops an active unique tracking ID completely out of the local record array.export_memories: Compiles and marshals your entire structural knowledge base straight into a clean, portable standalone Markdown document stream.
🔒 Privacy & Architecture
OmniHub is uncompromised in its local-first approach.
No Telemetry: Zero tracking analytics.
No Cloud Syncing: No unexpected outbound payloads.
Local Vectors: Embeddings are calculated strictly on your CPU using WebAssembly bindings.
Security: Flat JSON store with cryptographically sound local read/write mechanisms.
📄 License
MIT © Malhar Sarang Bonde
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA local MCP server that provides semantic memory storage and retrieval for coding and AI agents, enabling durable context across chat sessions.Last updated344
- Alicense-qualityDmaintenanceA local-first MCP memory server that gives AI coding agents persistent memory with hybrid semantic and keyword retrieval, working fully offline.Last updated235215MIT
- Alicense-qualityBmaintenanceA local-first memory MCP server that enables storing, searching, and managing personal memories with hybrid keyword and semantic recall, all on-device.Last updated34MIT
- Alicense-qualityDmaintenanceMCP server that provides a shared semantic memory layer for AI coding agents, enabling teams to store, search, and sync context, decisions, and knowledge across projects with project-based isolation and multi-backend support.Last updated1MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Local-first RAG engine with MCP server for AI agent integration.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malharrrr/OmniHub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server