Skip to main content
Glama
Sanjeed-Ferhan

MCP DWH Server

MCP DWH Server

Remote-MCP-Server mit schreibgeschütztem Zugriff auf die Akij-DWH-Datenbank (Data Warehouse) von SQL Server. Jeder kann sich mit dieseem Server verbinden, um OEE-Daten der Fertigung, SBU-Listen abzufragen und Ad-hoc-SQL-Abfragen auszufühen.

Verfügbare Tools

Tool

Beschreibung

sql_query

Führt schreibgeschützte SELECT-Abfragen gegen die DWH aus

get_database_info

Listet Datenbanken, Tabellen und Konfiguration auf

get_oee_data

Ruft OEE-Daten ab, aggregiert nach SBU und Datum

get_sbu_list

Listet alle SBU mit Codes und Namen auf

Related MCP server: mcp-sql-multi

Lokale Entwicklung

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

Der Server läuft auf http://localhost:3000/mcp

Bereitstellung auf Vercel

  1. Vercel CLI installieren: npm i -g vercel

  2. vercel in diesem Verzeichnis ausführen

  3. Umgebungsvariablen im Vercel-Dashboard festlegen:

    • MSSQL_SERVER = 203.202.241.211

    • MSSQL_PORT = 1433

    • MSSQL_USR = mcp_ser

    • MSSQL_PASSORD = (dein Passwort)

    • MSSQL_DATABASE = DWH

    • MSSQL_ENCRIPT = false

    • MSSQL_TURST_SERVER_CERTIFICATE = true

Thm OeneCode aus verbinden

In deine opencode.json einfügen:

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

In einen beliebigen MCP-Client verbinden

StreamableHTTP-Transport-URL verwenden:

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

Sicherheithinweise

  • Nur SDL-Abfrangen sind erlaubt (keine InSERT/UDATE/DELETE/DDL)

  • Dtenbank-Zugriffsdaten werden als Umgebungsvariablen gespeichert

  • CORS ist für den Cross-Origin-Zugriffe aktviert

  • Für den Produktionseinsatz sollte eine Authentifizierung hinzugefügt werden

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