Contexthub — AI skill for Claude Code
Open-source, MCP-accessible context layer for AI agents and LLMs.
How to install Contexthub
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open codejunkie99/contexthub and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Contexthub does
Open-source, MCP-accessible context layer for AI agents and LLMs.
Alternatives in AI
- AIHawk — Open-source AI browser agent: describe any task in plain language and it autonomously browses, clicks, types a 30.3k ★
- OpenSpace — "OpenSpace: The Skill Management Layer for AI Agents" -- https://open-space.cloud/ 7.5k ★
- Axonhub — ⚡️ Open-source AI Gateway — Use any SDK to call 100+ LLMs 3.2k ★
README
ContextHub
An open-source, MCP-accessible context layer for AI agents and LLMs.
ContextHub gives every agent you use — Claude Code, Cursor, your own scripts — a single, self-updating memory drawn from the apps you actually live in. You decide, per-call, what each agent is allowed to see.
It is built around three ideas:
- One store, many agents. Connectors pull from your sources into a single local SQLite database. Every MCP client talks to the same memory.
- Ship lines, not documents. A line-level scorer assembles only the spans that answer the query, instead of dumping whole chunks into the prompt.
- Permissions are part of retrieval. Scope policies filter the candidate set before scoring, so blocked content never reaches the model.
Status: working MVP. Local-only, no auth. Ships with an interactive web console, a CLI, an MCP server, four example connectors (incl. paste-to-ingest), hybrid FTS5 retrieval, and a full unit-test suite. Use it as a starting point — not a hosted product.
Architecture
┌──────────────┐ ┌──────────────────┐ ┌──────────────┐
│ Connectors │ → │ Ingestion + tag- │ → │ SQLite db │
│ (gh, md, …) │ │ ger + segmenter │ │ items, lines │
└──────────────┘ └──────────────────┘ └──────┬───────┘
│
┌──────────────────┴──────────────────┐
│ Permission policy (scopes) │
└──────────────────┬──────────────────┘
│
┌──────────────────┴──────────────────┐
│ Line-level retrieval scorer │
└──────────────────┬──────────────────┘
│
┌──────────────────┴──────────────────┐
Related Skills
Memgentic
Universal AI memory layer — your second brain across every AI tool. Local-first, open source, MCP-compatible.
Kortex Memory
Production-grade, multi-tenant memory layer for LLMs and AI coding agents (Claude Code, Codex, OpenCode). Plug
Auto Re Agent
Open-source AI reverse-engineering agent using Ghidra and LLMs to reconstruct and validate C/C++ functions fro
Searchstack Aeo
Searchstack — Open-source AEO/GEO/SEO tech stack for AI-native founders. Monitor your visibility across Google
Svdo Meter
SVDO Meter is an open-source telemetry and evaluation layer for AI coding agents. Measure execution, token usa
SynapseCode
Ultra-fast Code Graph & AST Pruning MCP Server for LLMs. Reduces context token consumption by 75%-90% in Claud
Related Agents
OSS Maintainer
Mantiene la higiene open source de las piezas del paraguas ai-native (cli, skills, mcp). Úsalo antes de public
Context Layer Capture
Analyzes a system and creates its AGENTS.md. Reads source files, discovers dependencies, documents ownership a
Skill Portfolio Analyzer
Analyzes installed skills/plugins/MCP servers against ~/.claude.json to detect dead, ghost, duplicate, and col