vectorcode

alejandro-technology/vectorcode
★ 0 stars Rust AI/LLM Updated today
Semantic code search MCP server using embeddings. Find code by meaning, not just by name.
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": {
    "vectorcode": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "vectorcode"
      ]
    }
  }
}