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 =(你的密码)

    • 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