gnosis
01Plugin Claude Code
Zero-config knowledge base MCP server — search, manage, and embed documentation (SQLite default, PostgreSQL optional).
Plugin Claude Code
Zero-config knowledge base MCP server — search, manage, and embed documentation (SQLite default, PostgreSQL optional).
MCP server Claude CodeCodexCursor +2
MCP server "gnosis" as configured in nicholasglazer/gnosis-mcp. Launched with gnosis-mcp serve.
Instructions file
Instructions for nicholasglazer/gnosis-mcp, covering gnosis mcp -- mcp documentation server, architecture, backend protocol, dependencies and tools.
Agent
Lightweight context primer — loads relevant docs into conversation context before starting work. Use at the beginning of tasks to prime with architectural knowledge.
Agent
Bulk-ingestion specialist — runs the full ingest / re-ingest / prune / crawl / git-history lifecycle via shell commands. Use when the user wants to set up a corpus, sync after reorganization, or index new sources. Complements doc-keeper (which does single-file CRUD).
Agent
Fast documentation navigator — search, read, follow the link graph, cross-reference code. Read-only. Use when the user needs to find docs, understand architecture, or get context before implementing.
Agent
Documentation maintainer — index new docs, update stale content, run the full corpus lifecycle (files, git history, web crawl, prune, re-ingest). Use after features, reorganizations, or when docs drift from code.
Agent
Code-aware documentation reviewer — checks docs for accuracy against the actual codebase. Use before releases or after major refactors to catch doc drift.
Hook
Runs when a session starts on startup, running an inline shell check. From nicholasglazer/gnosis-mcp.
Skill Claude CodeCodex
Load usage-weighted context from Gnosis MCP. Surfaces most-accessed docs for session startup or topic primers.
Skill Claude CodeCodex
Measure retrieval quality on your corpus — Hit@5, MRR, nDCG@10, Precision@5. Thin wrapper around gnosis-mcp eval with regression tracking against a saved baseline, plain-English interpretation, and tuning pointers when numbers look off. Use after every ingest or config change.
Skill Claude CodeCodex
Populate the gnosis-mcp knowledge base — from local files, git history, or a crawled website. Handles the full matrix of flags (--force, --prune, --wipe, --embed, --include-crawled) in one place.
Skill Claude CodeCodex
CRUD operations on the knowledge base — add, delete, update metadata. For bulk ingest / re-ingest / prune, use /gnosis:ingest instead. Requires GNOSISMCPWRITABLE=true.
Skill Claude CodeCodex
Search the gnosis-mcp knowledge base. Keyword (default), hybrid semantic+keyword (--semantic), or git commit history (--git). Includes sanity checks and a reranker warning.
Skill Claude CodeCodex
First-time setup wizard for Gnosis MCP. Install, init the database, ingest a docs folder, wire your editor — in that order.
Skill Claude CodeCodex
Verify gnosis-mcp server connectivity, schema integrity, and corpus health. Use when MCP calls fail, return empty, or return unexpected data.
Skill Claude CodeCodex
Find the chunk-size and retrieval config that maximizes quality on YOUR corpus. Sweeps chunk sizes, runs a golden-query set, reports nDCG / MRR / Hit@5. Use after first ingest or whenever your corpus changes shape significantly.