# Claude Context

> Semantic code search via MCP. Indexes entire codebase, finds relevant code by natural language query. 40% token savings. Use for large codebases (10K+ lines). Don't use for small projects.

- Skill: `neuron-one/claude-context` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/claude-context`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/claude-context/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/claude-context

---


# 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
```bash
# Install as MCP
claude mcp add claude-context -- npx @anthropic-ai/claude-context
```

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