Spring Boot library: ask your database questions in plain English. Ships with DataAssist browser UI, Claude AI agents, MCP server, and Docker.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sqlmind-core": {
"command": "npx",
"args": [
"-y",
"theokalogr-bit/sqlmind-core"
]
}
}
}
Run in terminal:
claude mcp add sqlmind-core npx -y theokalogr-bit/sqlmind-core
Add to .cursor/mcp.json:
{
"mcpServers": {
"sqlmind-core": {
"command": "npx",
"args": [
"-y",
"theokalogr-bit/sqlmind-core"
]
}
}
}