Skip to main content
Glama
gong-yeongbin

@dudqls816/database-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAX_ROWSNoMaximum number of rows returned by the query tool. Default is 1000.1000
DATABASE_URLYesConnection 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_PROCEDURENoWhen 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

데이터베이스의 모든 테이블과 뷰를 스키마와 함께 나열합니다.

describe_tableA

테이블의 컬럼, 자료형, NULL 허용 여부, 기본값, 기본키를 조회합니다.

queryA

SELECT 문 하나를 실행합니다. 여러 문장, 쓰기, EXEC 는 거부됩니다. 파라미터는 @이름 형태로 쓰고 params 로 값을 넘기세요. 파라미터는 값만 바인딩할 수 있어 테이블명이나 컬럼명에는 쓸 수 없습니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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