An MCP server that provides intelligent semantic code search for AI assistants using local AI models.
smart-coding-mcp is worth checking the docs before setup with strong trust signals. Check agent compatibility and use-case fit before adding it to your workflow.
gh repo view omar-haris/smart-coding-mcp --webOpen the official README and confirm the supported install method.
Add the server entry to your MCP client config.
Restart your agent and verify that the server tools appear.
Repository setup guidance
Strong trust signals; still review the README and permissions before production use.
Last commit was about 247 days ago.
198 GitHub stars indicate community interest.
5 open issues signal maintenance load.
Connect any AI model to 1200+ integrations (MCP, CLI, API)
An AI Gateway, registry, and proxy that sits in front of any MCP, A2A, or REST/gRPC APIs, exposing a unified endpoint with centralized discovery, guardrails and management. Optimizes Agent & Tool calling, and supports plugins.
Official Microsoft Learn MCP server and CLI tool providing real-time, trusted Microsoft docs and code samples to AI agents.
This tool helps AI coding assistants find relevant code by meaning, not just keywords. It indexes your codebase with AI embeddings so you can search conceptually, like 'where is authentication handled?' and find related code even if it uses different terms. It runs locally, keeping your code private.
Smart Coding MCP is an extensible Model Context Protocol (MCP) server that enhances AI coding assistants with intelligent semantic code search. It uses local AI models with Matryoshka Representation Learning (MRL) to generate flexible embedding dimensions (64-768d), enabling searches based on meaning rather than exact keywords. The server indexes your codebase into a SQLite cache, allowing fast, hybrid search (cosine similarity + exact match boosting). It includes tools for semantic search, package version lookup, manual reindexing, cache clearing, and workspace switching. Designed for privacy, all processing happens locally. It supports multiple AI assistants like Claude, Codex, Gemini, and Cursor, and integrates with any MCP-compatible client.
An MCP server that provides intelligent semantic code search for AI assistants using local AI models.
AI assistant developers integrating semantic search into their tools, Developers working on large or unfamiliar codebases who need quick code navigation, Privacy-conscious teams that want local AI-powered code search without sending code to cloud
The setup section provides repository-level starting guidance, not a guarantee of an independently verified installation. Check the official README and release notes.
Embedding models may consume significant CPU/GPU resources during indexing. Large codebases may require substantial disk space for the cache (SQLite + embeddings).
Similar or complementary options to evaluate include metorial, mcp-context-forge, Microsoft Learn MCP Server.
Aug 20, 2026
MIT license detected.
3 security/trust notes recorded.
Setup difficulty is 3/5.
198
Stars
31
Forks
5
Issues
MIT
License