Sherlock: Apple Developer Docs as Local MCP for Claude Code

Sherlock is a Claude Code plugin that gives Claude a local, searchable copy of Apple's full developer documentation. It indexes ~70,000 symbols across 300+ frameworks into SQLite FTS5 and serves them as MCP tools. The goal: stop Claude from hallucinating Apple API method names, deprecated symbols, or non-existent frameworks.
What It Does
Sherlock provides 5 MCP tools for querying the local doc index, plus 3 skills that auto-trigger lookups when you ask about Apple APIs. This grounds Claude in actual Apple documentation rather than relying on training data.
Installation
Add the plugin from the Claude Code plugin marketplace:
/plugin marketplace add hotfix-jobs/sherlock
/plugin install sherlock
Technical Details
The plugin uses SQLite FTS5 for full-text search across all indexed symbols. It covers 300+ Apple frameworks with roughly 70,000 symbols. The tool set allows Claude to look up specific APIs, search by keyword, and retrieve documentation snippets directly.
Who It's For
iOS/macOS developers using Claude Code who need reliable API references without leaving the editor.
Source & Repo
Open source project by hotfix-jobs on GitHub.
📖 Read the full source: r/ClaudeAI
👀 See Also

SmallClaw V1.0.3 Adds Webhooks, n8n Automation, and MCP Server Support
SmallClaw V1.0.3 introduces webhook endpoints for external service triggers, local automation workflows with n8n, and MCP server connections for tool integration. The update maintains the tool's focus on running with small local LLMs.

CC-Wiki: Turn Claude Code Sessions into a Shareable Quartz Knowledge Base
CC-Wiki converts your ~/.claude session history into a Quartz-based knowledge base. One command installs it; running /cc-wiki inside a Claude Code session packages the conversation.

Reddit user measures MCP token overhead: 67K tokens consumed before any question
A developer measured their MCP server token overhead at 67,000 tokens consumed before typing a single question, with Playwright MCP using 13,600 tokens and GitHub MCP using 18,000 tokens idle. They replaced MCP with skills and CLI tools for lower context costs.

Claude for Creative Work: MCP Connectors for Blender, Adobe, Ableton, and More
Anthropic released a set of MCP connectors allowing Claude to interface with creative tools including Blender, Autodesk Fusion, Adobe Creative Cloud, Ableton Live, and Splice, enabling natural-language control, scripting, and pipeline automation.