any-db-mcp
by Yukuiii
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host | localhost |
| DB_NAME | No | Default database | |
| DB_PORT | No | Database port | 3306 (MySQL/MariaDB) / 5432 (PG) / 1433 (MSSQL) / 1521 (Oracle) |
| DB_TYPE | No | Database type: mysql, mariadb, postgresql, sqlite, mssql, oracle | mysql |
| DB_USER | No | Database username | root |
| DB_SCHEMA | No | Schema name for PostgreSQL/MSSQL/Oracle; empty means all non-system schemas | |
| DB_ENCRYPT | No | MSSQL: enable TLS encryption | true |
| DB_FILEPATH | No | SQLite database file path | |
| DB_PASSWORD | No | Database password | |
| MCP_HTTP_HOST | No | HTTP transport host | 127.0.0.1 |
| MCP_HTTP_PATH | No | HTTP transport endpoint path | /mcp |
| MCP_HTTP_PORT | No | HTTP transport port | 3000 |
| MCP_TRANSPORT | No | Transport mode: stdio or http | stdio |
| MCP_AUTH_TOKEN | No | Bearer token for HTTP transport authentication | |
| PERMISSION_MODE | No | Permission mode: readonly, readwrite, or full | readwrite |
| QUERY_TIMEOUT_MS | No | Query timeout in milliseconds | 30000 |
| DB_TRUST_SERVER_CERTIFICATE | No | MSSQL: trust self-signed certificate | false |
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/Yukuiii/any-db-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server