Skip to main content
Glama
Sanjeed-Ferhan

MCP DWH Server

MCP DWH Server

リモートMCPサーバーで、Akij DWH(データウェアハウス)SQL Serverデータベースへの読み取り専用アクセスを提供します。誰でもこのサーバーに接続して、製造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