DWH Server
БесплатноНе проверенProvides remote read-only access to a Data Warehouse SQL Server, enabling users to query manufacturing OEE data, SBU lists, and run ad-hoc SELECT queries.
Описание
Provides remote read-only access to a Data Warehouse SQL Server, enabling users to query manufacturing OEE data, SBU lists, and run ad-hoc SELECT queries.
README
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 |
Local Development
cd mcp-dwh-server
npm install
node index.js
Server runs on http://localhost:3000/mcp
Deploy to Vercel
- Install Vercel CLI:
npm i -g vercel - Run:
vercelin this directory - Set environment variables in Vercel dashboard:
MSSQL_SERVER=203.202.241.211MSSQL_PORT=1433MSSQL_USER=mcp_userMSSQL_PASSWORD= (your password)MSSQL_DATABASE=DWHMSSQL_ENCRYPT=falseMSSQL_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
Установка DWH Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Sanjeed-Ferhan/mcp-dwh-serverFAQ
DWH Server MCP бесплатный?
Да, DWH Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для DWH Server?
Нет, DWH Server работает без API-ключей и переменных окружения.
DWH Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить DWH Server в Claude Desktop, Claude Code или Cursor?
Открой DWH Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolRedis
Interact with Redis key-value stores.
автор: modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
автор: modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
автор: raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
автор: tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
автор: julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
автор: drakonkatCompare DWH Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
