Semantic Code MCP — DevOps skill for Claude Code
AI-powered semantic code search MCP server.
How to install Semantic Code MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open lidge-jun/semantic-code-mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Semantic Code MCP does
AI-powered semantic code search MCP server. Multi-agent concurrent access via Milvus Docker. Multi-provider embeddings (Gemini, Vertex AI, OpenAI, Local), AST chunking, hybrid search.
Alternatives in DevOps
- Skypilot — Run, manage, and scale AI workloads on any AI infrastructure 9.7k ★
- Claude Code GitHub Actions — by Anthropic - Official GitHub Actions integration for Claude Code with examples and documentation for automat 6.4k ★
- Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
README
Semantic Code MCP
[](https://www.npmjs.com/package/semantic-code-mcp) [](https://www.npmjs.com/package/semantic-code-mcp) [](https://opensource.org/licenses/MIT) [](https://nodejs.org/)
AI-powered semantic code search for coding agents. An MCP server with **non-blocking background indexing**, **multi-provider embeddings** (Gemini, Vertex AI, OpenAI, local), and **Milvus / Zilliz Cloud** vector storage — designed for **multi-agent concurrent access**.
This project is a fork of [smart-coding-mcp](https://github.com/omarHaris/smart-coding-mcp) by Omar Haris, heavily extended for production multi-agent use. Original project is licensed under MIT.
Ask *"where do we handle authentication?"* and find code that uses `login`, `session`, `verifyCredentials` — even when no file contains the word "authentication."
graph LR
A["Claude Code"] --> M["Milvus Standalone
(Docker)"]
B["Codex"] --> M
C["Copilot"] --> M
D["Antigravity"] --> M
M --> V["Shared Code Index"]
Quick Start
npx -y semantic-code-mcp@latest --workspace /path/to/your/project
Add to your MCP host config:
{
"mcpServers": {
"semantic-code-mcp": {
"command": "npx",
"args": ["-y", "semantic-code-mcp@latest", "--workspace", "/path/to/project"]
}
}
}
All IDE configs (Claude Code, VS Code, Cursor, Windsurf, Codex, Antigravity)
**Claude Code** (`~/.claude/settings.local.json`):
{ "mcpServers": { "semantic-code-mcp": { "command": "npx", "args": ["-y", "semantic-code-mcp@latest", "--workspace", "/path/to/project"] } } }
**VS Code / Cursor** (`.vscode/mcp.json`):
{ "servers": { "semantic-code-mcp": { "command"
Related Skills
LibreChat
Enhanced ChatGPT Clone: Features OpenAI, Assistants API, Azure, Groq, GPT-4 Vision, Mistral, Bing, Anthropic,
ContextAtlas
ContextAtlas — context infrastructure for AI coding agents: hybrid retrieval, project memory and retrieval obs
Kube Copilot
Kubernetes Copilot powered by AI (OpenAI/Claude/Gemini/etc)
Obsidian Web MCP
Secure remote MCP server for Obsidian vaults -- access your notes from Claude, your phone, or any MCP client,
Video Podcast Maker
AI-powered video podcast creation skill for coding agents. Supports Bilibili & YouTube, multi-language (zh-CN/
GPT Telegram Worker
A multi-model AI Telegram bot powered by Cloudflare Workers, supporting various APIs including OpenAI, Claude,
Related Agents
RAG Specialist
GAIA RAG and agentic-retrieval specialist. Use PROACTIVELY for RAG pipeline work, document indexing, embedding
Python RAG Backend Engineer
Production-grade Python RAG backend engineer specializing in ChromaDB vector storage, sentence-transformers em
LLM Orchestrator
Use this agent for LLM integration work — prompt engineering, multi-provider abstraction (OpenRouter, Gemini,