@aisuite/chub
CLI for Context Hub - search and retrieve LLM-optimized docs and skills
pinned to #67dcbebupdated 2 weeks ago
Ask your AI client: “install mcps/aisuite-chub”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/aisuite-chubmetahub onboarded this repo on the author's behalf.
If you own github.com/andrewyng/context-hub on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
13,777
Last commit
2 weeks ago
Latest release
published
- #agent
- #ai
- #cli
- #context
- #documentation
- #llm
- #mcp
- #skills
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: chub, chub-mcp
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.67dcbeb· 2 weeks ago
Safety
21Dependencies: known vulnerabilitieswarn
2 high/critical advisories — [email protected] (HIGH: GHSA-9ppj-qmqm-q256) · [email protected] (HIGH: GHSA-qffp-2rhf-9h96)
Update the affected packages, then re-publish. (`npm audit` shows the same data locally.)
LICENSE file at repo root
LICENSE
No sensitive files in the repo
scanned for .env, credentials.json, *.pem, .ssh/, AWS / GCP configs — none found
Release history
1- releasecurrent67dcbebwarn2 weeks ago
Contents
Context Hub CLI
Install the CLI and give your AI agent access to curated, versioned documentation.
Install
npm install -g @aisuite/chub
Use as an Agent Skill
The CLI ships with a skill that teaches agents to fetch docs automatically instead of guessing from training data. Install it into your agent tool of choice:
Claude Code
Copy the skill into your project:
mkdir -p .claude/skills
cp $(npm root -g)/@aisuite/chub/skills/get-api-docs/SKILL.md .claude/skills/get-api-docs.md
Or install it globally (applies to all projects):
mkdir -p ~/.claude/skills
cp $(npm root -g)/@aisuite/chub/skills/get-api-docs/SKILL.md ~/.claude/skills/get-api-docs.md
Cursor
Copy the skill into your project's rules directory:
mkdir -p .cursor/rules
cp $(npm root -g)/@aisuite/chub/skills/get-api-docs/SKILL.md .cursor/rules/get-api-docs.md
Other Agent Tools
The skill is a standard markdown file at skills/get-api-docs/SKILL.md. Copy it to wherever your agent tool reads custom instructions from.
Commands
chub search "stripe" # find docs
chub get stripe/api # fetch a doc
chub get stripe/api --lang js # specific language
chub get stripe/api --version 19.1.0 # specific version
chub annotate stripe/api "note" # local annotation
chub feedback stripe/api up # rate a doc
For the full command reference, see CLI Reference.
Reviews
No reviews yet. Be the first.
Related
@remote-mcp/example
@remote-mcp/example MCP server
excel-mcp-server
Excel MCP Server for manipulating Excel files
mcpproxy-go
Local-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savings
mh install mcps/aisuite-chub