semdex-mcp-server

raghavwahi/semdex-mcp-server
★ 0 stars JavaScript AI/LLM Updated today
A local MCP server that gives AI coding assistants structured, queryable intelligence about a codebase using semantic indexing
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "semdex-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "raghavwahi/semdex-mcp-server"
      ]
    }
  }
}