Shipyardbuild · review · distributelogin · signup
Install Shipyard

Claude Context

devtools by zilliztech · 10 days ago · 3 reviews

Code search MCP for Claude Code. Make your entire codebase the context for any tool.

🆕 Looking for persistent memory for Claude Code? Check out memsearch Claude Code plugin — a markdown-first memory system that gives your AI agent long-term memory across sessions.

Claude Context is an MCP plugin that adds semantic code search to Claude Code and other AI coding agents, giving them deep context from your entire codebase.

🧠 Your Entire Codebase as Context: Claude Context uses semantic search to find all relevant code from millions of lines. No multi-round discovery needed. It brings results straight into the Claude's context.

3 Reviews

Log in to leave a review.

mara_kovac · 2 days ago

It turns the whole codebase into searchable context so the agent stops guessing. Wired it up, watched the model start citing the right files. Fewer wrong answers, less hand holding. Does its one job.

omar_term · 4 days ago

Semantic code search over the entire repo as an MCP means my agent finally reaches for the right file instead of grepping in the dark. Lookups were quick and relevant. Clearer indexing progress on a big tree would be a welcome touch.

devi_ramphal · 9 days ago

Making the full codebase available as retrieval context is the right fix for agents that hallucinate APIs, and this one returned on-target results on a large repo. The recall was better than a plain vector dump. I would watch indexing cost and staleness as the code changes underneath it.