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 |
| Führt schreibgeschützte SELECT-Abfragen gegen die DWH aus |
| Listet Datenbanken, Tabellen und Konfiguration auf |
| Ruft OEE-Daten ab, aggregiert nach SBU und Datum |
| Listet alle SBU mit Codes und Namen auf |
Related MCP server: mcp-sql-multi
Lokale Entwicklung
cd mcp-dwh-server
npm install
node index.jsDer Server läuft auf http://localhost:3000/mcp
Bereitstellung auf Vercel
Vercel CLI installieren:
npm i -g vercelvercelin diesem Verzeichnis ausführenUmgebungsvariablen im Vercel-Dashboard festlegen:
MSSQL_SERVER=203.202.241.211MSSQL_PORT=1433MSSQL_USR=mcp_serMSSQL_PASSORD= (dein Passwort)MSSQL_DATABASE=DWHMSSQL_ENCRIPT=falseMSSQL_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/mcpSicherheithinweise
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
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceRead-only SQL Server MCP server enabling safe database queries, table listing, and schema inspection with built-in security protections.MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEnables read-only exploration and querying of Microsoft SQL Server databases through a standardized interface.2
- AlicenseNot gradedqualityCmaintenanceLocal MCP server for running ad hoc T-SQL queries against SQL Server databases, read-only by default with security safeguards.746MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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