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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"project-gestalt": {
"command": "npx",
"args": [
"-y",
"jeffcaradona/Project-Gestalt"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add project-gestalt npx -y jeffcaradona/Project-Gestalt
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"project-gestalt": {
"command": "npx",
"args": [
"-y",
"jeffcaradona/Project-Gestalt"
]
}
}
}
📋 Copy