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 服务器
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
评论