🔍 Enhance code search accuracy with Smart Coding MCP, an AI-driven server that uses intelligent embeddings for quick, relevant results.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"smart-coding-mcp": {
"command": "npx",
"args": [
"-y",
"Moxnyyy/smart-coding-mcp"
]
}
}
}
Run in terminal:
claude mcp add smart-coding-mcp npx -y Moxnyyy/smart-coding-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"smart-coding-mcp": {
"command": "npx",
"args": [
"-y",
"Moxnyyy/smart-coding-mcp"
]
}
}
}