Skip to main content
Glama
Sanjeed-Ferhan

MCP DWH Server

MCP DWH Server

Remote MCP server that provides read-only access to the Akij DWH (Data Warehouse) SQL Server database. Anyone can connect to this server to query manufacturing OEE data, SBU lists, and run ad-hoc SQL queries.

Tools Available

Tool

Description

sql_query

Execute read-only SELECT queries against the DWH

get_database_info

List databases, tables, and configuration

get_oee_data

Get OEE data aggregated by SBU and date

get_sbu_list

List all SBUs with codes and names

Related MCP server: mcp-sql-multi

Local Development

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

Server runs on http://localhost:3000/mcp

Deploy to Vercel

  1. Install Vercel CLI: npm i -g vercel

  2. Run: vercel in this directory

  3. Set environment variables in Vercel dashboard:

    • 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

Connect from OpenCode

Add to your opencode.json:

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

Connect from any MCP client

Use the StreamableHTTP transport URL:

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

Security Notes

  • Only SELECT queries are allowed (no INSERT/UPDATE/DELETE/DDL)

  • Database credentials are stored as environment variables

  • CORS is enabled for cross-origin access

  • Consider adding authentication for production use

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