claude-context

Installation
SKILL.md

Claude Context — Semantic Code Search

What It Is

MCP plugin that indexes your codebase and enables natural language search. Instead of loading entire files → search and load only relevant parts.

When to Use

  • Codebase > 10K lines
  • Need to find code by description, not filename
  • Want to reduce token usage by loading only relevant code

Setup

# Install as MCP
claude mcp add claude-context -- npx @anthropic-ai/claude-context

Reference: https://github.com/zilliztech/claude-context

Installs
4
GitHub Stars
29
First Seen
Apr 12, 2026
claude-context — neuron-one/godmode