Insight AI-SQL MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADMIN_PORT | No | Port for the admin panel | 8001 |
| POSTGRES_DB | No | PostgreSQL database name | fraud_db |
| SQL_MAX_ROWS | No | Maximum rows returned by SQL queries (defensive limit) | 100 |
| POSTGRES_HOST | Yes | PostgreSQL host | |
| POSTGRES_PORT | No | PostgreSQL port | 5432 |
| POSTGRES_USER | Yes | PostgreSQL user | |
| SQL_MAX_RETRIES | No | Maximum number of retries on SQL failure | 3 |
| ADMIN_SECRET_KEY | No | Secret key for signing admin session cookies (auto-generated if not set) | |
| POSTGRES_PASSWORD | Yes | PostgreSQL password | |
| SQL_DEBUG_CONTEXT | No | Enable debug context in SQL generation (True/False) | False |
| AZURE_OPENAI_API_KEY | Yes | Azure OpenAI API key | |
| AZURE_SEARCH_API_KEY | Yes | Azure AI Search API key | |
| AZURE_OPENAI_ENDPOINT | Yes | Azure OpenAI endpoint URL (may point to Foundry project) | |
| AZURE_SEARCH_ENDPOINT | Yes | Azure AI Search endpoint URL | |
| AZURE_SEARCH_INDEX_NAME | Yes | Azure AI Search index name | |
| AZURE_OPENAI_API_VERSION | Yes | Azure OpenAI API version | |
| AZURE_OPENAI_CHAT_DEPLOYMENT | Yes | Azure OpenAI chat deployment name | |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT | Yes | Azure OpenAI embedding deployment name |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sespinosafumanal/Insight-AI-SQL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server