Skip to main content
Glama
hyunjongmoon

mcp-mssql-server

by hyunjongmoon

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_databases

조회 가능한 DB 키 목록을 반환. 접속정보(user/password/server)는 응답에 절대 포함되지 않는다.

get_table_metadataA

테이블/뷰의 컬럼 메타데이터(이름·타입·길이·NULL허용·PK여부)를 반환. 실제 행 데이터는 반환하지 않음.

get_sp_definitionA

Stored Procedure(또는 함수/뷰)의 원본 정의(definition)와 파라미터 목록을 반환. 응답 텍스트는 PII(주민번호·휴대폰·이메일)가 자동 마스킹된다. backup=true 시 마스킹 전 raw 원본을 current 폴더에 .sql 파일로 백업한다(SP 수정 전 원본 보존용). 응답의 backedUp/backupPath 로 결과 확인.

get_sp_dependency

SP가 참조하는 테이블/뷰/SP/함수 목록을 sys.dm_sql_referenced_entities 기반으로 반환.

exec_query_select

SELECT/WITH(CTE) 전용 자유 쿼리. 행 데이터 반환(기본 50행, 최대 500). 5중 가드: ①SELECT 외 키워드 차단 ②행 수 캡 ③컬럼 기반 PII 마스킹 강제 ④민감 객체 denylist(미설정 — 비활성) ⑤차단DB(미설정 — 비활성). 모든 호출은 ~/.claude/logs/mcp-exec-query.log 에 감사 로그 기록(SQL 샘플은 PII 마스킹). EXEC/INSERT/UPDATE/DELETE/MERGE/DROP/ALTER/CREATE/TRUNCATE/INTO/DECLARE/OPENROWSET 등은 거부.

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/hyunjongmoon/mcp-mssql-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server