SAP on Azure MCP Server (TypeScript Implementation)
@ArchitectRavi
About SAP on Azure MCP Server (TypeScript Implementation)
SAP On Azure MCP Server for TypeScript
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"azsap-mcp-typescript": {
"command": "node",
"args": [
"dist/server-cli.js",
"--transport",
"http",
"--host",
"localhost",
"--port",
"3000"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Cloud & Infrastructure MCP servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Firebase MCP
gannonhπ₯ Model Context Protocol (MCP) server for Firebase.
MCP Gateway
mcp-ecosystemπ§© MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Comments