An MCP server that lets an LLM query your databases in natural language through a business semantic layer — glossary, metric definitions, data dictionary, knowledge base, and example queries — grounded against your real schema.
databasesemantic-layernatural-languagesqlmcp-serverbusiness-intelligencetext-to-sqlquerycontext
Installation & Configuration
{
"mcpServers": {
"querywise": {
"command": "/path/to/.venv/bin/querywise-mcp",
"env": {
"DEFAULT_LLM_PROVIDER": "ollama",
"DATABASE_URL": "sqlite+aiosqlite:////Users/me/.querywise/querywise.db"
}
}
}
}Information
Transport
stdiostreamable-http
Language
Python
Created
2026/6/11
Updated
2026/6/12