AutoMCP-SQL
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_PATH | No | Path to the SQLite database file | ./legacy.db |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_usersA | Get rows from users. filters = JSON string like '{"col":"val"}' or empty string for all rows. |
| create_usersA | Insert a new row into users. data = JSON string like '{"col":"val"}'. |
| update_usersA | Update a row in users by id. data = JSON string of fields to update. |
| delete_usersB | Delete a row from users by id. |
| get_productsA | Get rows from products. filters = JSON string like '{"col":"val"}' or empty string for all rows. |
| create_productsA | Insert a new row into products. data = JSON string like '{"col":"val"}'. |
| update_productsA | Update a row in products by id. data = JSON string of fields to update. |
| delete_productsA | Delete a row from products by id. |
| get_ordersA | Get rows from orders. filters = JSON string like '{"col":"val"}' or empty string for all rows. |
| create_ordersA | Insert a new row into orders. data = JSON string like '{"col":"val"}'. |
| update_ordersA | Update a row in orders by id. data = JSON string of fields to update. |
| delete_ordersB | Delete a row from orders by id. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Mav977/AutoMCP-SQL'
If you have feedback or need assistance with the MCP directory API, please join our Discord server