Project-Gestalt

jeffcaradona/Project-Gestalt
★ 0 stars PowerShell AI/LLM Updated 6d ago
Project Gestalt — a self-hosted, sproc-only code-intelligence index for AI agent retrieval on SQL Server 2022, exposed as MCP tools via Data API builder.
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": {
    "project-gestalt": {
      "command": "npx",
      "args": [
        "-y",
        "jeffcaradona/Project-Gestalt"
      ]
    }
  }
}