@dudqls816/database-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_ROWS | No | Maximum number of rows returned by the query tool. Default is 1000. | 1000 |
| DATABASE_URL | Yes | Connection string in the format mssql://user:password@host:1433/database. Special characters must be URL-encoded. TLS options can be set via query string (e.g., ?encrypt=false&trustServerCertificate=false). | |
| ALLOW_PROCEDURE | No | When set to the string 'true', registers procedure-related tools (list_procedures, describe_procedure, call_procedure). Any other value is treated as false. Default is false. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tablesA | 데이터베이스의 모든 테이블과 뷰를 스키마와 함께 나열합니다. |
| describe_tableA | 테이블의 컬럼, 자료형, NULL 허용 여부, 기본값, 기본키를 조회합니다. |
| queryA | SELECT 문 하나를 실행합니다. 여러 문장, 쓰기, EXEC 는 거부됩니다. 파라미터는 @이름 형태로 쓰고 params 로 값을 넘기세요. 파라미터는 값만 바인딩할 수 있어 테이블명이나 컬럼명에는 쓸 수 없습니다. |
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/gong-yeongbin/database-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server