SAP on Azure MCP Server (TypeScript Implementation)
@ArchitectRavi
SAP on Azure MCP Server (TypeScript Implementation) について
SAP On Azure MCP Server for TypeScript
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"azsap-mcp-typescript": {
"command": "node",
"args": [
"dist/server-cli.js",
"--transport",
"http",
"--host",
"localhost",
"--port",
"3000"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SAP on Azure MCP Server (TypeScript Implementation)?
A TypeScript implementation of the Model Context Protocol (MCP) server for SAP on Azure. It provides tools for SAP HANA database management and Azure resource management, enabling integration with AI assistants like Claude Desktop.
How to use SAP on Azure MCP Server (TypeScript Implementation)?
Clone the repository, install dependencies with npm install, configure your .env file with SAP HANA and Azure credentials, then build with npm run build. Run the server via npm start for STDIO transport or npm run start:http for HTTP transport. For Claude Desktop integration, configure claude_desktop_config.json with the server command and environment variables.
Key features of SAP on Azure MCP Server (TypeScript Implementation)
- Multiple transport options: STDIO, HTTP, and SSE
- SAP HANA database querying and management tools
- Azure VM management (start, stop, status)
- Azure Network Security Group (NSG) operations
- Resource monitoring and system overview tools
- Fully typed TypeScript implementation for type safety
Use cases of SAP on Azure MCP Server (TypeScript Implementation)
- Query SAP HANA system status and disk usage via natural language in Claude Desktop
- Automate Azure VM lifecycle (start, stop, restart) through MCP tools
- Monitor Azure resources and SAP HANA health in a unified interface
- Integrate SAP HANA and Azure management into custom MCP clients
FAQ from SAP on Azure MCP Server (TypeScript Implementation)
What transport options does the server support?
STDIO, HTTP, and SSE transports are supported, allowing integration with various clients.
How do I integrate this server with Claude Desktop?
Add the server configuration to claude_desktop_config.json, specifying the command to run dist/server-cli.js and environment variables for SAP HANA credentials.
What tools are available for SAP HANA?
Tools include get_system_overview for system status, host info, service status, and memory usage, and get_disk_usage for disk space across volumes, data files, and log files.
What Azure VM tools are provided?
Azure VM tools include get_vm_status, start_vm, stop_vm, restart_vm, and list_vms for managing VMs in a resource group or subscription.
Can I deploy this server using Docker?
Yes, a Dockerfile is included. Build the image with docker build -t azsap-mcp-typescript . and run it with environment variables for configuration.
「クラウドとインフラ」の他のコンテンツ
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
AWS MCP Servers
awslabsOpen source MCP Servers for AWS

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
コメント