mcp-mssql-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/hyunjongmoon/mcp-mssql-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server