Skip to main content
Glama
Sanjeed-Ferhan

MCP DWH Server

MCP DWH Server

Akij DWH(Data Warehouse) SQL Server 데이터베이스에 대한 읽기 전용 액세스를 제공하는 원격 MCP 서버입니다. 누구나 이 서버에 연결하여 제조 OEE 데이터, SBU 목록을 조회하고 임시 SQL 쿼리를 실행할 수 있습니다.

사용 가능한 도구

도구

설명

sql_query

DWH에 대해 읽기 전용 SELECT 쿼리 실행

get_database_info

데이터베이스, 테이블 및 구성 나열

get_oee_data

SBU 및 날짜별로 집계된 OEE 데이터 가져오기

get_sbu_list

코드와 이름이 포함된 모든 SBU 나열

Related MCP server: mcp-sql-multi

로컬 개발

cd mcp-dwh-server
npm install
node index.js

서버는 http://localhost:3000/mcp 에서 실행됩니다.

Vercel에 배포

  1. Vercel CLI 설치: npm i -g vercel

  2. 이 디렉터리에서 vercel 실행

  3. Vercel 대시보드에서 환경 변수를 설정합니다.

    • MSSQL_SERVER = 203.202.241.211

    • MSSQL_PORT = 1433

    • MSSQL_USER = mcp_user

    • MSSQL_PASSWORD = (your password)

    • MSSQL_DATABASE = DWH

    • MSSQL_ENCRYPT = false

    • MSSQL_TRUST_SERVER_CERTIFICATE = true

OpenCode에서 연결

opencode.json에 다음을 추가합니다:

{
  "mcp": {
    "dwh-server": {
      "type": "remote",
      "url": "https://your-app.vercel.app/mcp"
    }
  }
}

모든 MCP 클라이언트에서 연결

StreamableHTTP 전송 URL을 사용합니다:

https://your-app.vercel.app/mcp

보안 참고 사항

  • SELECT 쿼리만 허용됩니다 (INSERT/UPDATE/DELETE/DDL 불가)

  • 데이터베이스 자격 증명은 환경 변수로 저장됩니다

  • 교차 출처 액세스를 위해 CORS가 활성화되어 있습니다

  • 프로덕션 사용을 위해 인증 추가를 고려하세요

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Read-only SQL Server MCP server enabling safe database queries, table listing, and schema inspection with built-in security protections.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables querying multiple SQL Server, Azure SQL, or Synapse databases through a single MCP interface, with support for read-only targets and various authentication methods.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local MCP server for running ad hoc T-SQL queries against SQL Server databases, read-only by default with security safeguards.
    746
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.

  • Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.

  • Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.

View all MCP Connectors

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/Sanjeed-Ferhan/mcp-dwh-server'

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