nicholasglazer

17 mods across 1 repository, 29 stars between them.

gnosis

01

nicholasglazer/gnosis-mcp

Plugin Claude Code

Zero-config knowledge base MCP server — search, manage, and embed documentation (SQLite default, PostgreSQL optional).

29 11d ago A tokens not measured original MIT

gnosis

02

nicholasglazer/gnosis-mcp

MCP server Claude CodeCodexCursor +2

MCP server "gnosis" as configured in nicholasglazer/gnosis-mcp. Launched with gnosis-mcp serve.

29 11d ago A tokens not measured original MIT

nicholasglazer/gnosis-mcp

Instructions file

Instructions for nicholasglazer/gnosis-mcp, covering gnosis mcp -- mcp documentation server, architecture, backend protocol, dependencies and tools.

29 11d ago A 3,017 tokens original MIT

context-loader

04

nicholasglazer/gnosis-mcp

Agent

Lightweight context primer — loads relevant docs into conversation context before starting work. Use at the beginning of tasks to prime with architectural knowledge.

29 11d ago A 30 tokens original MIT

corpus-sync

05

nicholasglazer/gnosis-mcp

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).

29 11d ago A 62 tokens original MIT

doc-explorer

06

nicholasglazer/gnosis-mcp

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.

29 11d ago A 42 tokens original MIT

doc-keeper

07

nicholasglazer/gnosis-mcp

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.

29 11d ago A 50 tokens original MIT

doc-reviewer

08

nicholasglazer/gnosis-mcp

Agent

Code-aware documentation reviewer — checks docs for accuracy against the actual codebase. Use before releases or after major refactors to catch doc drift.

29 11d ago A 32 tokens original MIT

SessionStart

09

nicholasglazer/gnosis-mcp

Hook

Runs when a session starts on startup, running an inline shell check. From nicholasglazer/gnosis-mcp.

29 11d ago A tokens not measured original MIT

context

10

nicholasglazer/gnosis-mcp

Skill Claude CodeCodex

Load usage-weighted context from Gnosis MCP. Surfaces most-accessed docs for session startup or topic primers.

29 11d ago A 25 tokens original MIT

eval

11

nicholasglazer/gnosis-mcp

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.

29 11d ago A 64 tokens original MIT

ingest

12

nicholasglazer/gnosis-mcp

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.

29 11d ago A 54 tokens original MIT

manage

13

nicholasglazer/gnosis-mcp

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.

29 11d ago A 46 tokens original MIT

search

14

nicholasglazer/gnosis-mcp

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.

29 11d ago A 38 tokens original MIT

setup

15

nicholasglazer/gnosis-mcp

Skill Claude CodeCodex

First-time setup wizard for Gnosis MCP. Install, init the database, ingest a docs folder, wire your editor — in that order.

29 11d ago A 30 tokens original MIT

status

16

nicholasglazer/gnosis-mcp

Skill Claude CodeCodex

Verify gnosis-mcp server connectivity, schema integrity, and corpus health. Use when MCP calls fail, return empty, or return unexpected data.

29 11d ago A 31 tokens original MIT

tune

17

nicholasglazer/gnosis-mcp

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.

29 11d ago A 53 tokens original MIT