smart-rag

robby031/smart-rag
★ 0 stars Go AI/LLM Updated today
🧠 Go-based MCP server for RAG code intelligence. Index, query, and analyze your codebase using natural language.
View on GitHub → Try with Claude — $10 free →

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-rag": {
      "command": "go",
      "args": [
        "run",
        "github.com/robby031/smart-rag@latest"
      ]
    }
  }
}

README Excerpt

RAG-based code intelligence engine with MCP server. Index your codebase and query it via natural language, symbol search, call graph, and impact analysis. Copy the setup guide URL and share with your AI assistant: ``` https://raw.githubusercontent.com/robby031/smart-rag/main/docs/SETUP_PROMPT.md ``` Paste this link to Claude, ChatGPT, or any AI and say:

Tools (1)

soft