Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack

A developer has released five free, open-source extensions for Claude Desktop. The tools are part of a suite built while developing KARP, a deliberative intelligence platform that runs Claude, GPT, Gemini, and Grok through structured 13-turn deliberations to produce research reports.
Key Details
All five extensions run entirely locally. There is no Docker, no external servers, and no API keys required beyond an existing Claude Desktop setup.
- Inspector Lite: Lets you search your codebase by meaning. For example, you can ask "where's the auth logic?" instead of using grep.
- Graph Lite: A personal knowledge graph with semantic recall. It uses BGE embeddings and includes a local web UI.
- Fun Pack: Contains dad jokes, code roasts, a hype generator, and meme creation tools. The source notes, "You need this."
- Word Graph: A King James Version Bible study companion with semantic search across all 31,102 verses.
- Bible Code: Performs Equidistant Letter Sequence (ELS) pattern detection with statistical significance testing.
The extensions are available for free on GitHub under the username souldriver007. More information can be found at the project's website: https://souldriver.com.au/karp-tools.html.
These tools are for developers using Claude Desktop who want to extend its functionality with local, privacy-focused utilities ranging from practical code search to niche research and entertainment features.
📖 Read the full source: r/ClaudeAI
👀 See Also

Destiny: Claude Code Plugin for Deterministic Fortune Telling Using Classical East Asian Astrology
Destiny is a Claude Code plugin that computes your eight-character birth chart, today's day pillar, and I-Ching hexagram deterministically (Python), then uses Claude to generate prose readings — no LLM-hallucinated horoscopes.

Compass Chrome Extension Adds Navigation Tools to Claude and ChatGPT
A developer built a free Chrome extension called Compass that adds a prompt minimap, sticky scroll headers, session checklists, and prompt builder templates to Claude and ChatGPT interfaces to solve navigation problems in long conversations.

LLMock: HTTP-based mocking server for deterministic LLM testing across processes
LLMock is a real HTTP server that mocks OpenAI, Claude, and Gemini APIs, allowing developers to run deterministic tests across multiple processes without hitting real APIs. It supports SSE streaming, tool calls, predicate routing, and request journaling with zero dependencies.

Claude DevTools: A Log Reader for Enhanced Claude Code Visibility
Claude DevTools is a local, open-source tool that reads Claude Code's existing log files in ~/.claude/ to provide detailed session visibility, including file operations with inline diffs, token breakdowns, context window visualization, and full subagent execution trees.