code-sage

faxioman/code-sage
★ 6 stars Rust 🔍 Search Updated 1mo ago
A high-performance MCP (Model Context Protocol) server for semantic code search, written in Rust.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-sage": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "code-sage"
      ]
    }
  }
}